Author: jimtabor
Date: Fri Mar 21 00:42:48 2008
New Revision: 32732
URL:
http://svn.reactos.org/svn/reactos?rev=3D32732&view=3Drev
Log:
Sorry Timo! I think I forgot to remove these months ago.
Modified:
trunk/reactos/include/reactos/win32k/ntuser.h
Modified: trunk/reactos/include/reactos/win32k/ntuser.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32=
k/ntuser.h?rev=3D32732&r1=3D32731&r2=3D32732&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/include/reactos/win32k/ntuser.h (original)
+++ trunk/reactos/include/reactos/win32k/ntuser.h Fri Mar 21 00:42:48 2008
@@ -589,10 +589,7 @@
#define TWOPARAM_ROUTINE_SHOWOWNEDPOPUPS 0x62
#define TWOPARAM_ROUTINE_SWITCHTOTHISWINDOW 0x63
=
-#define TWOPARAM_ROUTINE_SETDCPENCOLOR 0xfffd0045 /* Private ROS */
-#define TWOPARAM_ROUTINE_SETDCBRUSHCOLOR 0xfffd0046
-#define TWOPARAM_ROUTINE_GETDCCOLOR 0xfffd0047
-#define TWOPARAM_ROUTINE_GETWINDOWRGNBOX 0xfffd0048
+#define TWOPARAM_ROUTINE_GETWINDOWRGNBOX 0xfffd0048 /* Private ROS */
#define TWOPARAM_ROUTINE_GETWINDOWRGN 0xfffd0049
#define TWOPARAM_ROUTINE_SETMENUBARHEIGHT 0xfffd0050
#define TWOPARAM_ROUTINE_SETMENUITEMRECT 0xfffd0051
@@ -2373,25 +2370,6 @@
* ReactOS-specific NtUser calls and their related structures, both which=
shouldn't exist.
*/
=
-/* The following macros don't belong to ntuser, but are part of gdi */
-
-/* Should be done in usermode */
-#define NtUserGetDCBrushColor(hbr) \
- (COLORREF)NtUserCallTwoParam((DWORD)(hbr), OBJ_BRUSH, TWOPARAM_ROUTINE_G=
ETDCCOLOR)
-
-/* Should be done in usermode */
-#define NtUserGetDCPenColor(hbr) \
- (COLORREF)NtUserCallTwoParam((DWORD)(hbr), OBJ_PEN, TWOPARAM_ROUTINE_GET=
DCCOLOR)
-
-/* Should be done in usermode */
-#define NtUserSetDCBrushColor(hbr, crColor) \
- (COLORREF)NtUserCallTwoParam((DWORD)(hbr), (DWORD)crColor, TWOPARAM_ROUT=
INE_SETDCBRUSHCOLOR)
-
-/* Should be done in usermode */
-#define NtUserSetDCPenColor(hbr, crColor) \
- (COLORREF)NtUserCallTwoParam((DWORD)(hbr), (DWORD)crColor, TWOPARAM_ROUT=
INE_SETDCPENCOLOR)
-
-
NTSTATUS
NTAPI
NtUserAcquireOrReleaseInputOwnership(