reenabled JDK window size and positioning workaround

svn path=/trunk/kdebase/kwin/; revision=113886
This commit is contained in:
Matthias Ettrich 2001-09-10 10:38:18 +00:00
parent 890e9d257a
commit 1db1fe8d01

View file

@ -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];