diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-30 15:45:20 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-30 15:45:20 -0200 |
commit | 6697e31fbb616656b7f34515a79454af394b500a (patch) | |
tree | 504d0d5c456226bec6ced89839d94964a728e321 /src/CrIFrP.c | |
parent | 41e4e2de4d73d098d332ece0410e9f8fda4fe10d (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/CrIFrP.c')
-rw-r--r-- | src/CrIFrP.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/CrIFrP.c b/src/CrIFrP.c index 144acc4..79c4c49 100644 --- a/src/CrIFrP.c +++ b/src/CrIFrP.c @@ -38,12 +38,12 @@ #include "XpmI.h" void -xpmCreateImageFromPixmap(display, pixmap, ximage_return, width, height) - Display *display; - Pixmap pixmap; - XImage **ximage_return; - unsigned int *width; - unsigned int *height; +xpmCreateImageFromPixmap( + Display *display, + Pixmap pixmap, + XImage **ximage_return, + unsigned int *width, + unsigned int *height) { unsigned int dum; int dummy; |