about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2019-03-04 14:48:59 +0000
committerokan <okan>2019-03-04 14:48:59 +0000
commit9d5b0e5d22fca1b6fb37a8df906bdad0317238c9 (patch)
tree18434df273f1c57b7815b0c23dd7057bf86d6069 /calmwm.h
parentfda68a40de36baebe1c27b91a49c7ee062555103 (diff)
downloadcwm-9d5b0e5d22fca1b6fb37a8df906bdad0317238c9.tar.gz
cwm-9d5b0e5d22fca1b6fb37a8df906bdad0317238c9.tar.xz
cwm-9d5b0e5d22fca1b6fb37a8df906bdad0317238c9.zip
fix a few misplaced (and misnamed) ewmh root window functions
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index b6fa48f..32b7341 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -568,13 +568,13 @@ void 			 xu_xorcolor(XftColor, XftColor, XftColor *);
 void			 xu_ewmh_net_supported(struct screen_ctx *);
 void			 xu_ewmh_net_supported_wm_check(struct screen_ctx *);
 void			 xu_ewmh_net_desktop_geometry(struct screen_ctx *);
+void			 xu_ewmh_net_desktop_viewport(struct screen_ctx *);
 void			 xu_ewmh_net_workarea(struct screen_ctx *);
 void			 xu_ewmh_net_client_list(struct screen_ctx *);
 void			 xu_ewmh_net_client_list_stacking(struct screen_ctx *);
 void			 xu_ewmh_net_active_window(struct screen_ctx *, Window);
 Window			 xu_ewmh_get_net_active_window(struct screen_ctx *);
-void			 xu_ewmh_net_wm_desktop_viewport(struct screen_ctx *);
-void			 xu_ewmh_net_wm_number_of_desktops(struct screen_ctx *);
+void			 xu_ewmh_net_number_of_desktops(struct screen_ctx *);
 void			 xu_ewmh_net_showing_desktop(struct screen_ctx *);
 void			 xu_ewmh_net_virtual_roots(struct screen_ctx *);
 void			 xu_ewmh_net_current_desktop(struct screen_ctx *);