- Rename NtGdiCreateBitmap to IntGdiCreateBitmap and remove SEH
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 14 Aug 2007 23:22:07 +0000 (23:22 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 14 Aug 2007 23:22:07 +0000 (23:22 +0000)
commit6f54ba60ab029c387f8a6032ef8f5e4aae92646d
tree7c089925b7e4ec133c024767971374b1ffcc7498
parentd91a9243613f0ac812dbbbd7974c9882d1c534c6
- Rename NtGdiCreateBitmap to IntGdiCreateBitmap and remove SEH
- implement new NtGdiCreateBitmap, calling IntGdiCreateBitmap with SEH
- Use only IntGdiCreateBitmap internally
- implement BITMAPOBJ_GetRealBitsPixel, finding an appropriate value for unsupported values of BitsPixel
- make parameter validation more windows compatible

svn path=/trunk/; revision=28341
reactos/subsystems/win32/win32k/include/bitmaps.h
reactos/subsystems/win32/win32k/include/intgdi.h
reactos/subsystems/win32/win32k/ntuser/cursoricon.c
reactos/subsystems/win32/win32k/objects/bitmaps.c
reactos/subsystems/win32/win32k/objects/brush.c
reactos/subsystems/win32/win32k/objects/dc.c
reactos/subsystems/win32/win32k/objects/pen.c