Searched refs:GetWLCompositor (Results 1 – 3 of 3) sorted by relevance
64 struct wl_compositor* GetWLCompositor() const;102 inline struct wl_compositor* WLContext::GetWLCompositor() const { return m_wlCompositor; } in GetWLCompositor() function
54 wl_compositor_create_surface(m_wlContext->GetWLCompositor()); in CreateSurface()
162 … context->ctx->SetPointerSurface(wl_compositor_create_surface(context->ctx->GetWLCompositor())); in SeatHandleCapabilities()