summaryrefslogtreecommitdiff
path: root/man/XpmCreateBuffer.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XpmCreateBuffer.man')
-rw-r--r--man/XpmCreateBuffer.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XpmCreateBuffer.man b/man/XpmCreateBuffer.man
index 56afd67..cd3062b 100644
--- a/man/XpmCreateBuffer.man
+++ b/man/XpmCreateBuffer.man
@@ -29,11 +29,11 @@ XpmCreateBuffer \- create an Xpm-Buffer
.SH SYNOPSIS
.HP
-int XpmCreateBufferFromImage( Display *display, char **buffer_return, XImage *image, XImage *shapeimage, XpmAttributes *attributes );
+int XpmCreateBufferFromImage(Display *display, char **buffer_return, XImage *image, XImage *shapeimage, XpmAttributes *attributes);
.HP
-int XpmCreateBufferFromPixmap( Display *display, char **buffer_return, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes );
+int XpmCreateBufferFromPixmap(Display *display, char **buffer_return, Pixmap pixmap, Pixmap shapemask, XpmAttributes *attributes);
.HP
-int XpmCreateBufferFromXpmImage( char **buffer_return, XpmImage *image, XpmInfo *info );
+int XpmCreateBufferFromXpmImage(char **buffer_return, XpmImage *image, XpmInfo *info);
.SH ARGUMENTS