From d923e9d93b95e1c902dade030ae5af2e80242878 Mon Sep 17 00:00:00 2001 From: Janusz Lewandowski Date: Sun, 31 Jan 2010 03:01:26 +0100 Subject: Replace cairo_drm_device_t with cairo_device_t --- flower.c | 2 +- window.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flower.c b/flower.c index a1b7011..adbb0cb 100644 --- a/flower.c +++ b/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; diff --git a/window.c b/window.c index 95f3e21..c0808dc 100644 --- a/window.c +++ b/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; }; -- cgit