winex11.drv

Christopher Cope ccope3 at utk.edu
Wed May 1 06:47:18 CDT 2013


On 05/01/2013 07:38 AM, Christopher Cope wrote:
> On 05/01/2013 07:21 AM, Christopher Cope wrote:
>> I am unsure how the "enum x11drv_atoms" in the file 
>> dlls/winex11.dev/x11drv.h works. My /usr/include/Xatom.h defines 
>> XA_LAST_PREDEFINED as 68. Presumably, therefore XATOM_Rel_X and 
>> XATOM_Rel_X should be 81 and 82 respectively. However, when I dump 
>> the values I get 195 and 196. I am attempting to add XATOM_Abs_X and 
>> XATOM_Abs_X with values of 480 and 481 for a patch I'm working on. I 
>> could simply define the values elsewhere, but I assumed I should try 
>> to make it blend with the other code as much as possible. Any help is 
>> appreciated thank you.
>>
>>
>>
>>
>>
>>
> I think I may have it figured out. Is it just a place holder until 
> XInternAtoms returns the appropriate values?
>
>
>
>
>
>
Thanks Sam for the quick response. For future reference it was indeed as 
I assumed in my last post. The enum is just a place holder until the 
XInterAtoms is called which sets the values correctly.




More information about the wine-devel mailing list