gdk/surface: Use enum type for surface type

This commit is contained in:
Jonas Ådahl
2019-07-22 22:27:37 +02:00
parent 6eaeadb3b9
commit 4e78dd2ae0

View File

@@ -41,7 +41,7 @@ struct _GdkSurface
gint x;
gint y;
guint8 surface_type;
GdkSurfaceType surface_type;
guint8 resize_count;