From 43d99cc2477266cb9072e179137f0e8485370b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:26:07 -0600 Subject: Rename kwin to twin (part 1 of 2) --- kwin/events.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kwin/events.cpp') diff --git a/kwin/events.cpp b/kwin/events.cpp index 28489cc0e..45f4f6e35 100644 --- a/kwin/events.cpp +++ b/kwin/events.cpp @@ -661,7 +661,7 @@ bool Client::mapRequestEvent( XMapRequestEvent* e ) return true; // no messing with frame etc. } if( isTopMenu() && workspace()->managingTopMenus()) - return true; // kwin controls these + return true; // twin controls these switch ( mappingState() ) { case WithdrawnState: @@ -746,7 +746,7 @@ void Client::clientMessageEvent( XClientMessageEvent* e ) if ( e->message_type == atoms->kde_wm_change_state ) { if( isTopMenu() && workspace()->managingTopMenus()) - return; // kwin controls these + return; // twin controls these if( e->data.l[ 1 ] ) blockAnimation = true; if( e->data.l[ 0 ] == IconicState ) @@ -770,7 +770,7 @@ void Client::clientMessageEvent( XClientMessageEvent* e ) else if ( e->message_type == atoms->wm_change_state) { if( isTopMenu() && workspace()->managingTopMenus()) - return; // kwin controls these + return; // twin controls these if ( e->data.l[0] == IconicState ) minimize(); return; @@ -825,7 +825,7 @@ void Client::configureRequestEvent( XConfigureRequestEvent* e ) sendSyntheticConfigureNotify(); // SELI TODO accept configure requests for isDesktop windows (because kdesktop - // may get XRANDR resize event before kwin), but check it's still at the bottom? + // may get XRANDR resize event before twin), but check it's still at the bottom? } -- cgit v1.2.1