gfx.h
changeset 4429 1bb01569940c
parent 4428 0b0ee542d5b6
child 4437 d06bb548e48d
--- a/gfx.h	Mon Aug 28 06:21:48 2006 +0000
+++ b/gfx.h	Mon Aug 28 07:33:51 2006 +0000
@@ -85,7 +85,7 @@
 
 void GfxInitPalettes(void);
 
-bool FillDrawPixelInfo(DrawPixelInfo* n, const DrawPixelInfo* o, int left, int top, int width, int height);
+bool FillDrawPixelInfo(DrawPixelInfo* n, int left, int top, int width, int height);
 
 /* window.c */
 void DrawOverlappedWindowForAll(int left, int top, int right, int bottom);