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

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