From e81bdee8ae92d6eeb82daa8c0a0e46bf37f4a6da Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 8 Dec 2011 17:39:53 -0600 Subject: Rename additional KDE strings --- twin/events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/events.cpp') diff --git a/twin/events.cpp b/twin/events.cpp index 45f4f6e35..fc6b77988 100644 --- a/twin/events.cpp +++ b/twin/events.cpp @@ -431,7 +431,7 @@ bool Workspace::workspaceEvent( XEvent * e ) return FALSE; break; case FocusIn: - if( e->xfocus.window == rootWin() && TQCString( getenv("KDE_MULTIHEAD")).lower() != "true" + if( e->xfocus.window == rootWin() && TQCString( getenv("TDE_MULTIHEAD")).lower() != "true" && ( e->xfocus.detail == NotifyDetailNone || e->xfocus.detail == NotifyPointerRoot )) { updateXTime(); // focusToNull() uses qt_x_time, which is old now (FocusIn has no timestamp) -- cgit v1.2.3