mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-16 08:37:12 -06:00
Linux: use X11 window manager events to move window and to show window menu (right-click on window title bar), if custom window decorations are enabled (issue #482)
This commit is contained in:
@@ -20,6 +20,6 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation( project( ":flatlaf-core" ) )
|
||||
implementation( "net.java.dev.jna:jna:5.10.0" )
|
||||
implementation( "net.java.dev.jna:jna-platform:5.10.0" )
|
||||
implementation( "net.java.dev.jna:jna:5.12.1" )
|
||||
implementation( "net.java.dev.jna:jna-platform:5.12.1" )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user