summaryrefslogtreecommitdiff
path: root/src/CrBufFrP.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/CrBufFrP.c')
-rw-r--r--src/CrBufFrP.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/CrBufFrP.c b/src/CrBufFrP.c
index 44eb56d..de3e776 100644
--- a/src/CrBufFrP.c
+++ b/src/CrBufFrP.c
@@ -38,13 +38,12 @@
#include "XpmI.h"
int
-XpmCreateBufferFromPixmap(display, buffer_return, pixmap, shapemask,
- attributes)
- Display *display;
- char **buffer_return;
- Pixmap pixmap;
- Pixmap shapemask;
- XpmAttributes *attributes;
+XpmCreateBufferFromPixmap(
+ Display *display,
+ char **buffer_return,
+ Pixmap pixmap,
+ Pixmap shapemask,
+ XpmAttributes *attributes)
{
XImage *ximage = NULL;
XImage *shapeimage = NULL;