]> Dogcows Code - chaz/openbox/commitdiff
pass the right num of shit to the client msg
authorDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 17:10:00 +0000 (17:10 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 8 Jan 2003 17:10:00 +0000 (17:10 +0000)
scripts/builtins.py

index 5b64c3b8bce0587ef7ac7411a717c86142faa35f..027ccabb0d4664ae02fb42bf8cb400f51c06d1e9 100644 (file)
@@ -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"""
This page took 0.023045 seconds and 4 git commands to generate.