summaryrefslogtreecommitdiff
path: root/src/CrPFrI.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/CrPFrI.c
parent41e4e2de4d73d098d332ece0410e9f8fda4fe10d (diff)
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/CrPFrI.c')
-rw-r--r--src/CrPFrI.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/CrPFrI.c b/src/CrPFrI.c
index 2f555dd..8f6f4aa 100644
--- a/src/CrPFrI.c
+++ b/src/CrPFrI.c
@@ -38,11 +38,11 @@
#include "XpmI.h"
void
-xpmCreatePixmapFromImage(display, d, ximage, pixmap_return)
- Display *display;
- Drawable d;
- XImage *ximage;
- Pixmap *pixmap_return;
+xpmCreatePixmapFromImage(
+ Display *display,
+ Drawable d,
+ XImage *ximage,
+ Pixmap *pixmap_return)
{
GC gc;
XGCValues values;