Skip to content

Commit

Permalink
8338751: ConfigureNotify behavior has changed in KWin 6.2
Browse files Browse the repository at this point in the history
Reviewed-by: prr, azvegint, serb
  • Loading branch information
zzag authored and mrserb committed Oct 16, 2024
1 parent 4e703b2 commit 3da6890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ protected Point getNewLocation(XConfigureEvent xe, int leftInset, int topInset)
// TODO this should be the default for every case.
switch (runningWM) {
case XWM.CDE_WM:
case XWM.KDE2_WM:
case XWM.MOTIF_WM:
case XWM.METACITY_WM:
case XWM.MUTTER_WM:
Expand Down

1 comment on commit 3da6890

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.