about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-07-05 17:35:13 +0000
committerokan <okan>2012-07-05 17:35:13 +0000
commit1124ee5cc1342d62ccdcb6d163809434184b9301 (patch)
treef298ab86fa7b8bea65695832a43c62d4cc528222 /calmwm.h
parent287a5b2aad2fb54fbe7016fc90f8a62b1433547b (diff)
downloadcwm-1124ee5cc1342d62ccdcb6d163809434184b9301.tar.gz
cwm-1124ee5cc1342d62ccdcb6d163809434184b9301.tar.xz
cwm-1124ee5cc1342d62ccdcb6d163809434184b9301.zip
the display's width and height are updated after an XRandR event so we
don't need to pass down the new values to screen_update_geometry(); so
just read the width/height values directly for both uses of
screen_update_geometry().  prep for further changes in this area.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 2d2064e..301f21f 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -361,7 +361,7 @@ void			 search_print_client(struct menu *, int);
 XineramaScreenInfo	*screen_find_xinerama(struct screen_ctx *, int, int);
 struct screen_ctx	*screen_fromroot(Window);
 void			 screen_init_xinerama(struct screen_ctx *);
-void			 screen_update_geometry(struct screen_ctx *, int, int);
+void			 screen_update_geometry(struct screen_ctx *);
 void			 screen_updatestackingorder(struct screen_ctx *);
 
 void			 kbfunc_client_cycle(struct client_ctx *, union arg *);