cursor-renderer-native: Cleanup type declaration

Use G_DECLARE_FINAL_TYPE instead of the old macros.

https://bugzilla.gnome.org/show_bug.cgi?id=785381
This commit is contained in:
Jonas Ådahl
2017-07-07 16:06:22 +08:00
parent 16a6aef5a7
commit 0f6b83e7df
2 changed files with 9 additions and 21 deletions

View File

@ -65,6 +65,11 @@
static GQuark quark_cursor_sprite = 0;
struct _MetaCursorRendererNative
{
MetaCursorRenderer parent;
};
struct _MetaCursorRendererNativePrivate
{
gboolean hw_state_invalidated;