[ros-diffs] [fireball] 44744: - Remove SetDCOrg driver API.

fireball at svn.reactos.org fireball at svn.reactos.org
Wed Dec 23 19:49:59 CET 2009


Author: fireball
Date: Wed Dec 23 19:49:59 2009
New Revision: 44744

URL: http://svn.reactos.org/svn/reactos?rev=44744&view=rev
Log:
- Remove SetDCOrg driver API.

Modified:
    branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c
    branches/arwinss/reactos/dll/win32/winent.drv/winent.drv.spec

Modified: branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c?rev=44744&r1=44743&r2=44744&view=diff
==============================================================================
--- branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/dll/win32/winent.drv/gdidrv.c [iso-8859-1] Wed Dec 23 19:49:59 2009
@@ -656,12 +656,6 @@
     return 0;
 }
 
-DWORD CDECL RosDrv_SetDCOrg( NTDRV_PDEVICE *physDev, INT x, INT y )
-{
-    UNIMPLEMENTED;
-    return 0;
-}
-
 COLORREF CDECL RosDrv_SetDCPenColor( NTDRV_PDEVICE *physDev, COLORREF crColor )
 {
     UNIMPLEMENTED;

Modified: branches/arwinss/reactos/dll/win32/winent.drv/winent.drv.spec
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/dll/win32/winent.drv/winent.drv.spec?rev=44744&r1=44743&r2=44744&view=diff
==============================================================================
--- branches/arwinss/reactos/dll/win32/winent.drv/winent.drv.spec [iso-8859-1] (original)
+++ branches/arwinss/reactos/dll/win32/winent.drv/winent.drv.spec [iso-8859-1] Wed Dec 23 19:49:59 2009
@@ -48,7 +48,6 @@
 @ cdecl SetBitmapBits(long ptr long) RosDrv_SetBitmapBits
 @ cdecl SetBkColor(ptr long) RosDrv_SetBkColor
 @ cdecl SetDCBrushColor(ptr long) RosDrv_SetDCBrushColor
-@ cdecl SetDCOrg(ptr long long) RosDrv_SetDCOrg
 @ cdecl SetDCPenColor(ptr long) RosDrv_SetDCPenColor
 @ cdecl SetDIBColorTable(ptr long long ptr) RosDrv_SetDIBColorTable
 @ cdecl SetDIBits(ptr long long long ptr ptr long) RosDrv_SetDIBits
@@ -136,6 +135,7 @@
 # OpenGL
 #@ cdecl wglCopyContext(long long long) RosDrv_wglCopyContext
 #@ cdecl wglCreateContext(ptr) RosDrv_wglCreateContext
+#@ cdecl wglCreateContextAttribsARB(ptr long ptr) RosDrv_wglCreateContextAttribsARB
 #@ cdecl wglDeleteContext(long) RosDrv_wglDeleteContext
 #@ cdecl wglGetProcAddress(str) RosDrv_wglGetProcAddress
 #@ cdecl wglGetPbufferDCARB(ptr ptr) RosDrv_wglGetPbufferDCARB




More information about the Ros-diffs mailing list