From 678bb52123bde0b71037393827c03f6b17904a60 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 06:40:31 +0000 Subject: stop including otk in the openbox module. makes the wm hooger for no good cause. simply import all the otk shit. add otk.hh --- scripts/builtins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/builtins.py b/scripts/builtins.py index 77b50a51..0b90585f 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -20,7 +20,7 @@ def state_shaded(data, add=2): """Toggles, adds or removes the 'shaded' state on a window.""" if not data.client: return send_client_msg(OBDisplay_screenInfo(data.screen).rootWindow(), - OBProperty.net_wm_state, data.client,window(), add, + OBProperty.net_wm_state, data.client.window(), add, openbox.property().atom(OBProperty.net_wm_state_shaded)) def close(data): -- cgit v1.2.3