From: Dana Jansens Date: Wed, 8 Jan 2003 17:10:00 +0000 (+0000) Subject: pass the right num of shit to the client msg X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=ae0b364fce6e3fd5e621b4c28e81a1dc1e415fc6;p=chaz%2Fopenbox pass the right num of shit to the client msg --- diff --git a/scripts/builtins.py b/scripts/builtins.py index 5b64c3b8..027ccabb 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -41,7 +41,7 @@ def close(data): if not client: return root = ScreenInfo_rootWindow(OBDisplay_screenInfo(data.screen())) window = OBClient_window(client) - send_client_msg(root, OBProperty_net_close_window, window) + send_client_msg(root, OBProperty_net_close_window, window, 0) def focus(data): """Focuses the window on which the event occured"""