summaryrefslogtreecommitdiff
path: root/man/XpmCreateXpmImage.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XpmCreateXpmImage.man')
-rw-r--r--man/XpmCreateXpmImage.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XpmCreateXpmImage.man b/man/XpmCreateXpmImage.man
index cd810fe..09bf577 100644
--- a/man/XpmCreateXpmImage.man
+++ b/man/XpmCreateXpmImage.man
@@ -29,13 +29,13 @@ XpmCreateXpmImage \- create an Xpm image
.SH SYNOPSIS
.HP
-int XpmCreateXpmImageFromData( char **data, XpmImage *image, XpmInfo*info );
+int XpmCreateXpmImageFromData(char **data, XpmImage *image, XpmInfo *info);
.HP
-int XpmCreateXpmImageFromBuffer( char *buffer, XpmImage *image, XpmInfo *info );
+int XpmCreateXpmImageFromBuffer(char *buffer, XpmImage *image, XpmInfo *info);
.HP
-int XpmCreateXpmImageFromImage( Display *display, XImage *image, XImage *shapeimage, XpmImage *xpmimage, XpmAttributes *attributes;
+int XpmCreateXpmImageFromImage(Display *display, XImage *image, XImage *shapeimage, XpmImage *xpmimage, XpmAttributes *attributes);
.HP
-int XpmCreateXpmImageFromPixmap( Display *display, Pixmap *pixmap, Pixmap *shapemask, XpmImage *xpmimage, XpmAttributes *attributes );
+int XpmCreateXpmImageFromPixmap(Display *display, Pixmap *pixmap, Pixmap *shapemask, XpmImage *xpmimage, XpmAttributes *attributes);
.SH ARGUMENTS