projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db3dc3
)
pass the right num of shit to the client msg
author
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 17:10:00 +0000
(17:10 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 17:10:00 +0000
(17:10 +0000)
scripts/builtins.py
patch
|
blob
|
history
diff --git
a/scripts/builtins.py
b/scripts/builtins.py
index 5b64c3b8bce0587ef7ac7411a717c86142faa35f..027ccabb0d4664ae02fb42bf8cb400f51c06d1e9 100644
(file)
--- 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"""