summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Esetroot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Esetroot.c b/utils/Esetroot.c
index 02fbbbb..c8acbcd 100644
--- a/utils/Esetroot.c
+++ b/utils/Esetroot.c
@@ -23,6 +23,8 @@ static const char cvs_ident[] = "$Id$";
#include <X11/Xos.h>
#include <Imlib.h>
+void set_pixmap_property(Pixmap p);
+
Display *Xdisplay;
Screen *scr;
Window Xroot;
@@ -31,7 +33,6 @@ unsigned char debug = 0;
#define Xdepth (DefaultDepth(Xdisplay, screen))
-void set_pixmap_property(Pixmap p);
void
set_pixmap_property(Pixmap p)
{