reenabled JDK window size and positioning workaround
svn path=/trunk/kdebase/kwin/; revision=113886
This commit is contained in:
parent
890e9d257a
commit
1db1fe8d01
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ Atoms::Atoms()
|
|||
|
||||
Atom fake;
|
||||
atoms[n] = &fake;
|
||||
names[n++] = (char *) "DT_SM_WINDOW_INFO";
|
||||
|
||||
names[n++] = (char *) "_DT_SM_WINDOW_INFO";
|
||||
|
||||
XInternAtoms( qt_xdisplay(), names, n, FALSE, atoms_return );
|
||||
for (int i = 0; i < n; i++ )
|
||||
*atoms[i] = atoms_return[i];
|
||||
|
|
Loading…
Reference in a new issue