From 0cfe967819c1dc21b8697929cee3533013727a24 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 24 Sep 2017 13:40:42 -0400 Subject: MqTab: Rename "tab_position" member to "position" --- (limited to 'src/tab.h') diff --git a/src/tab.h b/src/tab.h index 1036dbe..c577daf 100644 --- a/src/tab.h +++ b/src/tab.h @@ -36,6 +36,7 @@ struct MqTab { MqTab *next; MqTab *first_child; MqTab *last_child; + guint position; guint tree_size; MqApplication *application; GtkWidget *container; @@ -46,7 +47,6 @@ struct MqTab { GtkWidget *tab_label; cairo_surface_t *favicon; const gchar *title; - guint tab_position; WebKitWebView *web_view; GtkWidget *popover; }; -- cgit v0.9.1