diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-05-16 01:17:15 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-05-16 01:17:15 +0000 |
commit | 92c96d6f2e48b6fb7e06ab9d712da22dc8d65873 (patch) | |
tree | 8253544c0714c880a89ec64a5e9dae679aeb092d /app/cwm/calmwm.h | |
parent | 290795ee7121cede5cf358c79176a205891a566b (diff) |
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 'app/cwm/calmwm.h')
-rw-r--r-- | app/cwm/calmwm.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 93146d524..e8f340f5e 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/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 *); |