summaryrefslogtreecommitdiff
path: root/src/WrFFrP.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 15:45:20 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-30 15:45:20 -0200
commit6697e31fbb616656b7f34515a79454af394b500a (patch)
tree504d0d5c456226bec6ced89839d94964a728e321 /src/WrFFrP.c
parent41e4e2de4d73d098d332ece0410e9f8fda4fe10d (diff)
downloadxorg-lib-libXpm-6697e31fbb616656b7f34515a79454af394b500a.tar.gz
Janitor: ansification, make distcheck, .gitignore
The ansification code is minor edit of the patch (by me) at https://bugs.freedesktop.org/show_bug.cgi?id=14727 as it would not apply cleanly anymore.
Diffstat (limited to 'src/WrFFrP.c')
-rw-r--r--src/WrFFrP.c12
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;