summaryrefslogtreecommitdiff
path: root/overlay/x11/position.h
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/x11/position.h')
-rw-r--r--overlay/x11/position.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/x11/position.h b/overlay/x11/position.h
index 6221109fe..c0713df60 100644
--- a/overlay/x11/position.h
+++ b/overlay/x11/position.h
@@ -31,7 +31,7 @@ struct config;
enum position;
enum position
-x11_position(Screen *scr, int width, int height,
+x11_position(Display *dpy, int width, int height,
struct config *config,
int *x, int *y, int *w, int *h);