mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-23 06:59:44 -05:00
Fetch xcb_render_pictformat_t at startup
This commit is contained in:
parent
3f4ad47421
commit
bb76f52640
2 changed files with 35 additions and 23 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#ifndef XWAYLAND_INTERNALS_H
|
||||
#define XWAYLAND_INTERNALS_H
|
||||
|
||||
#include <xcb/render.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/xwayland.h>
|
||||
|
||||
|
|
@ -49,6 +51,7 @@ struct wlr_xwm {
|
|||
xcb_window_t window;
|
||||
xcb_visualid_t visual_id;
|
||||
xcb_colormap_t colormap;
|
||||
xcb_render_pictformat_t render_format_id;
|
||||
xcb_cursor_t cursor;
|
||||
|
||||
struct wlr_xwayland_surface *focus_surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue