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.
- winex11.drv Christopher Cope
- Re: winex11.drv Sam Edwards
- Re: winex11.drv Christopher Cope
- Re: winex11.drv Sam Edwards
- Re: winex11.drv Christopher Cope