Replace cairo_drm_device_t with cairo_device_t

dev
Janusz Lewandowski 15 years ago committed by Kristian Høgsberg
parent a341fa016c
commit d923e9d93b
  1. 2
      flower.c
  2. 2
      window.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;

@ -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…
Cancel
Save