MetaRendererNative: glib:ify a couple of struct fields

https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
Jonas Ådahl 2016-05-10 15:10:23 +08:00
parent 44628bf224
commit ec1da588cf

View File

@ -66,12 +66,12 @@ struct _MetaRendererNative
int kms_fd;
struct gbm_device *gbm;
CoglClosure *swap_notify_idle;
CoglBool page_flips_not_supported;
gboolean page_flips_not_supported;
GList *crtcs;
int width, height;
CoglBool pending_set_crtc;
gboolean pending_set_crtc;
struct gbm_surface *dummy_gbm_surface;
CoglOnscreen *onscreen;