[WIN32K]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sun, 27 Feb 2011 21:45:43 +0000 (21:45 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sun, 27 Feb 2011 21:45:43 +0000 (21:45 +0000)
commit5de8339cd196e2bc01ac631e677010a939b2d083
treefd6f39b9ff2be68c1ec244dcab7cbdc402fd0457
parentccebf72731283b41c4063c6fcd1055b97948d7e6
[WIN32K]
  - remove duplicate prototype
  - use RGB macro where possible
  - we create BGR palette for RGB DIB sections, let's do the other way around
  - simplify overcomplicated IntGetDIBColorTable
  - Add a first implementation of IntRealizePalette
No, it's not the VLC icons bugfix

svn path=/trunk/; revision=50928
reactos/subsystems/win32/win32k/include/intgdi.h
reactos/subsystems/win32/win32k/objects/bitblt.c
reactos/subsystems/win32/win32k/objects/bitmaps.c
reactos/subsystems/win32/win32k/objects/dibobj.c
reactos/subsystems/win32/win32k/objects/palette.c