pass the right num of shit to the client msg
This commit is contained in:
parent
8db3dc33e8
commit
ae0b364fce
1 changed files with 1 additions and 1 deletions
|
@ -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"""
|
||||
|
|
Loading…
Reference in a new issue