summaryrefslogtreecommitdiff
path: root/src/XGetProp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/XGetProp.c')
-rw-r--r--src/XGetProp.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/XGetProp.c b/src/XGetProp.c
index 71d844b..7887257 100644
--- a/src/XGetProp.c
+++ b/src/XGetProp.c
@@ -62,11 +62,10 @@ SOFTWARE.
#include "XIint.h"
XEventClass *
-XGetDeviceDontPropagateList(dpy, window, count)
- register Display *dpy;
-
-Window window;
- int *count;
+XGetDeviceDontPropagateList(
+ register Display *dpy,
+ Window window,
+ int *count)
{
XEventClass *list = NULL;
int rlen;