From 997f94cf8657201ea9d1f2497e4ec4f56342e22f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 25 Jan 2003 16:36:55 +0000 Subject: new/better/cleaner scripting interface --- src/client.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/client.cc') 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); } -- cgit v1.2.3