virtualx-engine/platform/linuxbsd/x11
Markus Sauermann b44e6bb42b Fix colorpicker slider bug with mouse-up outside of popup
When releasing the mouse button outside of the popup while dragging
a slider, the slider still gets adjusted by mouse-move events.

The reason for this bug is that the mouse-up event is sent to the
focused window (main editor window) instead of the colorpicker
popup window.

This PR adjusts the linuxbsd X11 DisplayServer to send the event to the
correct expected window.
2022-12-06 19:30:13 +01:00
..
dynwrappers Load X11 dynamically 2022-12-03 19:23:43 +01:00
detect_prime_x11.cpp Load X11 dynamically 2022-12-03 19:23:43 +01:00
detect_prime_x11.h
display_server_x11.cpp Fix colorpicker slider bug with mouse-up outside of popup 2022-12-06 19:30:13 +01:00
display_server_x11.h Load X11 dynamically 2022-12-03 19:23:43 +01:00
gl_manager_x11.cpp Load X11 dynamically 2022-12-03 19:23:43 +01:00
gl_manager_x11.h Load X11 dynamically 2022-12-03 19:23:43 +01:00
key_mapping_x11.cpp
key_mapping_x11.h
SCsub Load X11 dynamically 2022-12-03 19:23:43 +01:00
vulkan_context_x11.cpp
vulkan_context_x11.h