mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Set up visuals in wayland-server
Still very much hand-wavey, but at least it's only in one place now.
This commit is contained in:
parent
b3fc757cd8
commit
c5c510ec75
6 changed files with 58 additions and 46 deletions
|
|
@ -112,7 +112,6 @@ struct wlsc_shm_buffer {
|
|||
|
||||
struct wlsc_compositor {
|
||||
struct wl_compositor compositor;
|
||||
struct wl_visual argb_visual, premultiplied_argb_visual, rgb_visual;
|
||||
|
||||
struct wlsc_drm drm;
|
||||
struct wlsc_shm shm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue