Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4401
Line 64... Line 64...
64
   void (*flush_front_buffer)(__DRIdrawable * driDrawable, void *data);
64
   void (*flush_front_buffer)(__DRIdrawable * driDrawable, void *data);
65
   __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable,
65
   __DRIbuffer *(*get_buffers_with_format)(__DRIdrawable * driDrawable,
66
			     int *width, int *height,
66
			     int *width, int *height,
67
			     unsigned int *attachments, int count,
67
			     unsigned int *attachments, int count,
68
			     int *out_count, void *data);
68
			     int *out_count, void *data);
-
 
69
 
-
 
70
   struct wl_drm *wl_drm;
69
};
71
};
Line 70... Line 72...
70
 
72
 
71
struct gbm_dri_bo {
73
struct gbm_dri_bo {