diff options
Diffstat (limited to 'src/WrFFrP.c')
-rw-r--r-- | src/WrFFrP.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/WrFFrP.c b/src/WrFFrP.c index 87ceb88..497ba56 100644 --- a/src/WrFFrP.c +++ b/src/WrFFrP.c @@ -38,12 +38,12 @@ #include "XpmI.h" int -XpmWriteFileFromPixmap(display, filename, pixmap, shapemask, attributes) - Display *display; - char *filename; - Pixmap pixmap; - Pixmap shapemask; - XpmAttributes *attributes; +XpmWriteFileFromPixmap( + Display *display, + char *filename, + Pixmap pixmap, + Pixmap shapemask, + XpmAttributes *attributes) { XImage *ximage = NULL; XImage *shapeimage = NULL; |