mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Replace cairo_drm_device_t with cairo_device_t
This commit is contained in:
parent
a341fa016c
commit
d923e9d93b
2 changed files with 2 additions and 2 deletions
2
flower.c
2
flower.c
|
|
@ -133,7 +133,7 @@ int main(int argc, char *argv[])
|
||||||
struct wl_display *display;
|
struct wl_display *display;
|
||||||
struct wl_visual *visual;
|
struct wl_visual *visual;
|
||||||
int fd;
|
int fd;
|
||||||
cairo_drm_device_t *device;
|
cairo_device_t *device;
|
||||||
cairo_surface_t *s;
|
cairo_surface_t *s;
|
||||||
struct timespec ts;
|
struct timespec ts;
|
||||||
GMainLoop *loop;
|
GMainLoop *loop;
|
||||||
|
|
|
||||||
2
window.c
2
window.c
|
|
@ -46,7 +46,7 @@ struct display {
|
||||||
struct wl_output *output;
|
struct wl_output *output;
|
||||||
struct wl_input_device *input_device;
|
struct wl_input_device *input_device;
|
||||||
struct rectangle screen_allocation;
|
struct rectangle screen_allocation;
|
||||||
cairo_drm_device_t *device;
|
cairo_device_t *device;
|
||||||
int fd;
|
int fd;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue