15 Dec
2004
15 Dec
'04
4:03 a.m.
Rémi Assailly <remi.assailly(a)free.fr> writes:
I noticed that in gdi.h PC_SYS_MAPPED is unused and PC_SYS_RESERVED is only used in dlls/x11drv/palette.c I think we can remove PC_SYS_MAPPED and move PC_SYS_RESERVED to dlls/x11drv/palette.c
I don't think you want to move just one flag, these are used together in the same variable so they have to be declared together too, otherwise someone might add a new flag without noticing that the same value is already used in another file. -- Alexandre Julliard julliard(a)winehq.org