struct CCL::Linux::WindowContext
Wayland window context.
#include <ilinuxspecifics.h> struct WindowContext { // fields wl_surface* waylandSurface = nullptr; xdg_surface* xdgSurface = nullptr; xdg_toplevel* topLevelWindow = nullptr; xdg_popup* popupWindow = nullptr; xdg_positioner* positioner = nullptr; Point frameOffset; };