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:
40449e1
)
no need for focusraise anymore
author
Dana Jansens
<danakj@orodu.net>
Mon, 6 Jan 2003 19:02:09 +0000
(19:02 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 6 Jan 2003 19:02:09 +0000
(19:02 +0000)
scripts/builtins.py
patch
|
blob
|
history
diff --git
a/scripts/builtins.py
b/scripts/builtins.py
index 3571e0178114a09b6c10e82bacbc4dce0f35a1e1..64a1bc6c9641ac1f22208308bb15ea7fe5edf6e1 100644
(file)
--- a/
scripts/builtins.py
+++ b/
scripts/builtins.py
@@
-86,11
+86,6
@@
def lower_win(data):
screen = Openbox_screen(openbox, OBClient_screen(client))
OBScreen_restack(screen, 0, client)
-def focusraise(data):
- """Focuses and raises the window on which the event occured"""
- focus(data)
- raise_win(data)
-
def toggle_shade(data):
"""Toggles the shade status of the window on which the event occured"""
client = Openbox_findClient(openbox, data.window())