[PATCH 2/9] server: Introduce CurrentIn device.

Jacek Caban jacek at codeweavers.com
Thu Jun 25 15:37:32 CDT 2020


On 25.06.2020 10:15, Alexandre Julliard wrote:
> Jacek Caban <jacek at codeweavers.com> writes:
>
>> @@ -412,6 +414,11 @@ void init_directories(void)
>>       create_session( 0 );
>>       create_session( 1 );
>>   
>> +    /* console */
>> +    dir_console = create_directory( &dir_device->obj, &dir_condrv_str, 0, HASH_SIZE, NULL );
>> +    create_console_devices( &dir_console->obj );
>> +    release_object( dir_console );
> Shouldn't ConDrv be a driver instead of a directory?  It could simply
> handle CurrentIn etc. in its lookup_name() function.


Yes, that works better, I sent a new version.


Thanks,

Jacek




More information about the wine-devel mailing list