Skip to content

Commit 3da6890

Browse files
zzagmrserb
authored andcommittedOct 16, 2024
8338751: ConfigureNotify behavior has changed in KWin 6.2
Reviewed-by: prr, azvegint, serb
1 parent 4e703b2 commit 3da6890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java

+1
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,7 @@ protected Point getNewLocation(XConfigureEvent xe, int leftInset, int topInset)
771771
// TODO this should be the default for every case.
772772
switch (runningWM) {
773773
case XWM.CDE_WM:
774+
case XWM.KDE2_WM:
774775
case XWM.MOTIF_WM:
775776
case XWM.METACITY_WM:
776777
case XWM.MUTTER_WM:

1 commit comments

Comments
 (1)

openjdk-notifier[bot] commented on Oct 16, 2024

@openjdk-notifier[bot]
Please sign in to comment.