aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2019-03-04 14:48:59 +0000
committerokan2019-03-04 14:48:59 +0000
commit630b170b88810b2ccb695b6f715b9a415525c926 (patch)
treeea348bb6e8d8403560fa0e0b2f3268285dad7232 /calmwm.h
parentd1740203ce9a4cb1c778abc27fba6439a23f855f (diff)
downloadcwm-630b170b88810b2ccb695b6f715b9a415525c926.tar.gz
fix a few misplaced (and misnamed) ewmh root window functions
Diffstat (limited to '')
-rw-r--r--calmwm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 00398cb..8120cfe 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.366 2019/03/01 14:32:01 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.367 2019/03/04 14:48:59 okan Exp $
*/
#ifndef _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 *);