mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04: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_visual *visual;
|
||||
int fd;
|
||||
cairo_drm_device_t *device;
|
||||
cairo_device_t *device;
|
||||
cairo_surface_t *s;
|
||||
struct timespec ts;
|
||||
GMainLoop *loop;
|
||||
|
|
|
|||
2
window.c
2
window.c
|
|
@ -46,7 +46,7 @@ struct display {
|
|||
struct wl_output *output;
|
||||
struct wl_input_device *input_device;
|
||||
struct rectangle screen_allocation;
|
||||
cairo_drm_device_t *device;
|
||||
cairo_device_t *device;
|
||||
int fd;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue