mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8fc5c2e4f7cb4327f68b5b0971bb2bdaa1990ef2
The slowness was the result of XWM.getInsetsFromExtents() repeated attempts to acquire frame extents from a property that under Sway is simply unavailable. Each attempt added at least 20ms to every re-draw. Prior to (repeatedly) checking for NET_FRAME_EXTENTS property of a window, check that the property is supported by the window manager. (cherry picked from commitb40cc1c791) (cherry picked from commitdc29a24175)
…
Welcome to the JDK!
For build instructions please see the online documentation, or either of these files:
- doc/building.html (html version)
- doc/building.md (markdown version)
See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.
Languages
Java
73.7%
C++
14%
C
8.1%
Assembly
2.7%
Objective-C
0.5%
Other
0.8%