From 5b77c77487c3abccf785921241bc6734ab09a3fe Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Sep 2017 16:19:36 -0400 Subject: src/tab-chrome.[ch]: New files And use in src/tab.[ch]. --- (limited to 'src/tab.h') diff --git a/src/tab.h b/src/tab.h index 12afe7e..8024c52 100644 --- a/src/tab.h +++ b/src/tab.h @@ -19,8 +19,11 @@ * along with Marquee. If not, see . */ +#include "tab-chrome.h" + typedef struct { - GtkWidget *container; + GtkWidget *container; + MqTabChrome *chrome; } MqTab; MqTab * -- cgit v0.9.1