Replace cairo_drm_device_t with cairo_device_t
authorJanusz Lewandowski <lew21@xtreeme.org>
Sun, 31 Jan 2010 02:01:26 +0000 (03:01 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 4 Feb 2010 12:51:15 +0000 (07:51 -0500)
flower.c
window.c

index a1b7011..adbb0cb 100644 (file)
--- 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;
index 95f3e21..c0808dc 100644 (file)
--- 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;
 };