aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2012-05-16 01:17:14 +0000
committerokan2012-05-16 01:17:14 +0000
commitc5c6a70000804de221b3f8cd8114f1470c481cbd (patch)
tree62b2954dfb9c36693f27a68b024da53f2fa46fbb /calmwm.h
parentb871be8abec737966fd9a52dcd1b6d649fb73a85 (diff)
downloadcwm-c5c6a70000804de221b3f8cd8114f1470c481cbd.tar.gz
instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a
dummy one to use instead; allows us to not have to wait for menu_init(), so re-shuffle _NET_SUPPORTED slightly. ok sthen@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 93146d5..e8f340f 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.145 2012/05/16 01:09:17 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.146 2012/05/16 01:17:14 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -463,7 +463,9 @@ void xu_ptr_setpos(Window, int, int);
void xu_ptr_ungrab(void);
void xu_sendmsg(Window, Atom, long);
void xu_setstate(struct client_ctx *, int);
-void xu_setwmname(struct screen_ctx *);
+
+void xu_ewmh_net_supported(struct screen_ctx *);
+void xu_ewmh_net_supported_wm_check(struct screen_ctx *);
void u_exec(char *);
void u_spawn(char *);