mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-23 05:33:57 -04:00
main: verify compositor has WL_SHM_FORMAT_ARGB8888
This commit is contained in:
parent
1e2a7e77f0
commit
729974492d
2 changed files with 9 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ struct wayland {
|
|||
struct xdg_wm_base *shell;
|
||||
struct xdg_surface *xdg_surface;
|
||||
struct xdg_toplevel *xdg_toplevel;
|
||||
bool have_argb8888;
|
||||
};
|
||||
|
||||
struct rgb { double r, g, b; } __attribute__((packed));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue