diff options
Diffstat (limited to 'Linux_C_12/cpicture_121.h')
-rw-r--r-- | Linux_C_12/cpicture_121.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Linux_C_12/cpicture_121.h b/Linux_C_12/cpicture_121.h index 2b08ef9..68489a4 100644 --- a/Linux_C_12/cpicture_121.h +++ b/Linux_C_12/cpicture_121.h @@ -14,10 +14,10 @@ extern int OsMMtoVPixels(double); extern int OsMMtoHPixels(double);
void WinInitPicture (int size, int mode, int pr, int pg, int pb,
- int br, int bg, int bb, int x, int y,
+ int br, int bg, int bb, int x, int y,
CLEAN_STRING fname, int fstyle, int fsize,
int ox, int oy, OSPictContext inDraw, OS os,
- OSPictContext *outDraw, OS *oos);
+ OSPictContext *outDraw, OS *oos);
void WinDonePicture(GdkDrawable *, OS, GdkDrawable **, OS*);
|