Home
last modified time | relevance | path

Searched refs:wcompositor (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/pangolin/Pangolin-0.6/src/display/device/
H A Ddisplay_wayland.cpp336 struct wl_compositor *wcompositor = nullptr; member
493 struct wl_region* wregion = wl_compositor_create_region(w->wcompositor); in handle_configure_toplevel()
774 w->cursor_surface = wl_compositor_create_surface(w->wcompositor); in handle_configure_toplevel()
793 …w->wcompositor = reinterpret_cast<wl_compositor*> (wl_registry_bind(registry, id, &wl_compositor_i… in handle_configure_toplevel()
861 wsurface = wl_compositor_create_surface(wcompositor); in handle_configure_toplevel()
903 …decoration = std::unique_ptr<Decoration>(new Decoration(5, 20, grey, wcompositor, wsubcompositor, … in handle_configure_toplevel()