diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-25 16:36:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-25 16:36:55 +0000 |
| commit | 997f94cf8657201ea9d1f2497e4ec4f56342e22f (patch) | |
| tree | 11d43c9fdadb3c23b6903f4d3a794ba40d2e89b6 /src/client.cc | |
| parent | 02d6362111a9e679b0a2f108d396f105243da4b5 (diff) | |
new/better/cleaner scripting interface
Diffstat (limited to 'src/client.cc')
| -rw-r--r-- | src/client.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client.cc b/src/client.cc index fb4b924d..2c3d3ad3 100644 --- a/src/client.cc +++ b/src/client.cc @@ -133,7 +133,7 @@ void Client::getDesktop() otk::Property::atoms.cardinal, (long unsigned*)&_desktop)) { #ifdef DEBUG - printf("DEBUG: Window requested desktop: %ld\n", _desktop); +// printf("Window requested desktop: %ld\n", _desktop); #endif } } @@ -1181,7 +1181,6 @@ void Client::applyStartupState() // these are in a carefully crafted order.. if (_iconic) { - printf("MAP ICONIC\n"); _iconic = false; setDesktop(ICONIC_DESKTOP); } @@ -1210,7 +1209,7 @@ void Client::applyStartupState() void Client::fireUrgent() { // call the python UrgentWindow callbacks - EventData data(_screen, this, EventUrgentWindow, 0); + EventData data(_screen, this, EventAction::UrgentWindow, 0); openbox->bindings()->fireEvent(&data); } |
