diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 15:55:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 15:55:42 +0000 |
| commit | a4a8d09f4b9431d6d831cb7aa220e6c952802c95 (patch) | |
| tree | 2abc2d741bff88d7f54515cac83793e9cdd68067 /scripts/builtins.py | |
| parent | 3a65ca613c966226f29a3ca3701ba8e1002d25a8 (diff) | |
titlebar layouts work
Diffstat (limited to 'scripts/builtins.py')
| -rw-r--r-- | scripts/builtins.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/builtins.py b/scripts/builtins.py index bce2b0f0..231d5ab5 100644 --- a/scripts/builtins.py +++ b/scripts/builtins.py @@ -58,3 +58,5 @@ def resize(data): data.press_clientwidth() + dx, data.press_clientheight() + dy); +def execute(bin, screen = 0): + Openbox_execute(openbox, screen, bin) |
