Replace cairo_drm_device_t with cairo_device_t

This commit is contained in:
Janusz Lewandowski 2010-01-31 03:01:26 +01:00 committed by Kristian Høgsberg
parent a341fa016c
commit d923e9d93b
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;
};