From 1db1fe8d01254f339f2fe2991e1b1167ac9ce9b0 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Mon, 10 Sep 2001 10:38:18 +0000 Subject: [PATCH] reenabled JDK window size and positioning workaround svn path=/trunk/kdebase/kwin/; revision=113886 --- atoms.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atoms.cpp b/atoms.cpp index add03ce15e..c28d6b3c8d 100644 --- a/atoms.cpp +++ b/atoms.cpp @@ -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];