GradientFill stub

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Thu Jan 17 15:26:58 CST 2002


Changelog:
	msimg32/msimg32_main.c: GradientFill
	Add stub

Bye

--
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Free Software: If you contribute nothing, expect nothing
--
Index: wine/dlls/msimg32/msimg32_main.c
===================================================================
RCS file: /home/wine/wine/dlls/msimg32/msimg32_main.c,v
retrieving revision 1.1
diff -u -r1.1 msimg32_main.c
--- wine/dlls/msimg32/msimg32_main.c	14 Sep 2001 21:36:30 -0000	1.1
+++ wine/dlls/msimg32/msimg32_main.c	17 Jan 2002 21:22:55 -0000
@@ -1 +1,13 @@
-/* nothing here yet */
+#include "winbase.h"
+#include "winerror.h"
+#include "debugtools.h"
+
+DEFAULT_DEBUG_CHANNEL(msimg32);
+
+BOOL WINAPI GradientFill(HDC hdc, void * vert_array, ULONG nvert, 
+		    void * grad_array, ULONG ngrad, ULONG mode)
+{
+  FIXME("stub: %ld vertices %ld gradients mode %lx\n", nvert, ngrad, mode);
+  SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
+  return FALSE;
+}
Index: wine/dlls/msimg32/msimg32.spec
===================================================================
RCS file: /home/wine/wine/dlls/msimg32/msimg32.spec,v
retrieving revision 1.1
diff -u -r1.1 msimg32.spec
--- wine/dlls/msimg32/msimg32.spec	14 Sep 2001 21:36:30 -0000	1.1
+++ wine/dlls/msimg32/msimg32.spec	17 Jan 2002 21:22:55 -0000
@@ -3,10 +3,10 @@
 
 import ntdll.dll
 
-debug_channels()
+debug_channels(msimg32)
 
 @ stub AlphaBlend
 @ stub DllInitialize
-@ stub GradientFill
+@ stdcall GradientFill (long ptr long ptr long long ) GradientFill
 @ stub TransparentBlt
 @ stub vSetDdrawflag




More information about the wine-patches mailing list