Blender Git Commit Log
Git Commits -> Revision 66e70fe
Revision 66e70fe by Christian Rauch (master) April 30, 2020, 04:21 (GMT) |
GHOST: initial Wayland support Usable with the CMake option 'WITH_GHOST_WAYLAND' The following functionality is working: - Building with X11 and Wayland at the same time, wayland is used when available. - Keyboard, pointer handling. - Cursor handling. - Dedicated off-screen windows. - Drag & drop. - Copy & paste. - Pointer grabbing. See D6567 for further details. |
Commit Details:
Full Hash: 66e70fe299e15124d9250a6a24e591cbb733713a
Parent Commit: 00e0034
Committed By: Campbell Barton
Lines Changed: +2454, -54
4 Added Paths:
/intern/ghost/intern/GHOST_SystemWayland.cpp (+1648, -0) (View)
/intern/ghost/intern/GHOST_SystemWayland.h (+111, -0) (View)
/intern/ghost/intern/GHOST_WindowWayland.cpp (+404, -0) (View)
/intern/ghost/intern/GHOST_WindowWayland.h (+121, -0) (View)
/intern/ghost/intern/GHOST_SystemWayland.h (+111, -0) (View)
/intern/ghost/intern/GHOST_WindowWayland.cpp (+404, -0) (View)
/intern/ghost/intern/GHOST_WindowWayland.h (+121, -0) (View)