Skip to content

Commit

Permalink
8338751 JBR-7777: ConfigureNotify behavior has changed in KWin 6.2
Browse files Browse the repository at this point in the history
Reviewed-by: prr, azvegint, serb
(cherry picked from commit 5e4bbff)
  • Loading branch information
zzag authored and vprovodin committed Nov 18, 2024
1 parent 061019d commit d296d2a
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 @@ -834,6 +834,7 @@ WindowLocation getNewLocation(XConfigureEvent xe) {
// 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

0 comments on commit d296d2a

Please sign in to comment.