mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
MetaRendererNative: glib:ify a couple of struct fields
https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
parent
44628bf224
commit
ec1da588cf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user