Rename GDIDEVICE to PDEVOBJ. Is seems ms uses both PDEV and PDEVOBJ, whith the latter...
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 20 Mar 2009 18:02:55 +0000 (18:02 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 20 Mar 2009 18:02:55 +0000 (18:02 +0000)
commitb4cc54f089b70f7b5e1f71e5a8403a320418ce0c
tree1a962aa26368f8ad499377959a525b4284f3049c
parentf0b2b4bfa6ee829609ec3a9b855877ebfa16c723
Rename GDIDEVICE to PDEVOBJ. Is seems ms uses both PDEV and PDEVOBJ, whith the latter being the C++ representation. But we don't use C++ and PDEVOBJ seems to be a more appropriate name, as PDEV is often used by display drivers.
Make DC.ppdev of type PDEVOBJ* and remove a bunch of typecasts.

svn path=/trunk/; revision=40137
21 files changed:
reactos/subsystems/win32/win32k/eng/driverobj.c
reactos/subsystems/win32/win32k/eng/mouse.c
reactos/subsystems/win32/win32k/eng/palette.c
reactos/subsystems/win32/win32k/eng/surface.c
reactos/subsystems/win32/win32k/include/dc.h
reactos/subsystems/win32/win32k/include/monitor.h
reactos/subsystems/win32/win32k/include/surface.h
reactos/subsystems/win32/win32k/ntddraw/ddraw.c
reactos/subsystems/win32/win32k/ntddraw/dxeng.c
reactos/subsystems/win32/win32k/ntuser/cursoricon.c
reactos/subsystems/win32/win32k/ntuser/input.c
reactos/subsystems/win32/win32k/ntuser/metric.c
reactos/subsystems/win32/win32k/ntuser/monitor.c
reactos/subsystems/win32/win32k/objects/bitmaps.c
reactos/subsystems/win32/win32k/objects/color.c
reactos/subsystems/win32/win32k/objects/coord.c
reactos/subsystems/win32/win32k/objects/dc.c
reactos/subsystems/win32/win32k/objects/dibobj.c
reactos/subsystems/win32/win32k/objects/gdibatch.c
reactos/subsystems/win32/win32k/objects/icm.c
reactos/subsystems/win32/win32k/objects/print.c