mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Disable new active window handling again, as it leads to flickering
windows on KDE 4. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26752 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
97d1847e6a
commit
865a89a647
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-07-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGServerWindow.m (-setinputstate:): Disable new code,
|
||||
as it does not work on KDE 4.
|
||||
|
||||
2008-07-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGServerWindow.m (-setinputfocus:): For EWMH window
|
||||
|
|
|
@ -3665,6 +3665,7 @@ static BOOL didCreatePixmaps;
|
|||
data2: 0
|
||||
data3: 0];
|
||||
}
|
||||
#if 0
|
||||
else if ((generic.wm & XGWM_EWMH) != 0)
|
||||
{
|
||||
if ((st == GSTitleBarKey) || (st == GSTitleBarMain))
|
||||
|
@ -3696,6 +3697,7 @@ static BOOL didCreatePixmaps;
|
|||
data3: 0];
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/** Sets the transparancy value for the whole window */
|
||||
|
|
Loading…
Reference in a new issue