aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2014-09-23 14:25:08 +0000
committerokan2014-09-23 14:25:08 +0000
commit67bc0ac5f4529aa91e615a0bccb42424ff432926 (patch)
treece33ee89b616fbbf14ec406251776ba364da8dbb /calmwm.h
parentca567c515e829d14facdedce8e5ca147a21d013c (diff)
downloadcwm-67bc0ac5f4529aa91e615a0bccb42424ff432926.tar.gz
Update _NET_CURRENT_DESKTOP with the screen's group_active->num.
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 6fe53ec..b3a969f 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.280 2014/09/23 13:45:48 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.281 2014/09/23 14:25:08 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -544,7 +544,7 @@ 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_showing_desktop(struct screen_ctx *);
void xu_ewmh_net_virtual_roots(struct screen_ctx *);
-void xu_ewmh_net_current_desktop(struct screen_ctx *, long);
+void xu_ewmh_net_current_desktop(struct screen_ctx *);
void xu_ewmh_net_desktop_names(struct screen_ctx *);
void xu_ewmh_net_wm_desktop(struct client_ctx *);