-
- Downloads
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.
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- build_files/cmake/macros.cmake 8 additions, 0 deletionsbuild_files/cmake/macros.cmake
- build_files/cmake/platform/platform_unix.cmake 20 additions, 0 deletionsbuild_files/cmake/platform/platform_unix.cmake
- intern/ghost/CMakeLists.txt 118 additions, 50 deletionsintern/ghost/CMakeLists.txt
- intern/ghost/intern/GHOST_ISystem.cpp 20 additions, 4 deletionsintern/ghost/intern/GHOST_ISystem.cpp
- intern/ghost/intern/GHOST_SystemWayland.cpp 1648 additions, 0 deletionsintern/ghost/intern/GHOST_SystemWayland.cpp
- intern/ghost/intern/GHOST_SystemWayland.h 111 additions, 0 deletionsintern/ghost/intern/GHOST_SystemWayland.h
- intern/ghost/intern/GHOST_WindowWayland.cpp 404 additions, 0 deletionsintern/ghost/intern/GHOST_WindowWayland.cpp
- intern/ghost/intern/GHOST_WindowWayland.h 121 additions, 0 deletionsintern/ghost/intern/GHOST_WindowWayland.h
intern/ghost/intern/GHOST_SystemWayland.cpp
0 → 100644
This diff is collapsed.
intern/ghost/intern/GHOST_SystemWayland.h
0 → 100644
intern/ghost/intern/GHOST_WindowWayland.cpp
0 → 100644
intern/ghost/intern/GHOST_WindowWayland.h
0 → 100644
Please register or sign in to comment