summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-16 16:19:36 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-16 16:19:36 (EDT)
commit5b77c77487c3abccf785921241bc6734ab09a3fe (patch)
treed1addd20c0247a710725acbe8b4b3264cbc9212e /src/tab.h
parent9101eb762bc996627119c31a277b7fac53b73b44 (diff)
downloadmarquee-5b77c77487c3abccf785921241bc6734ab09a3fe.zip
marquee-5b77c77487c3abccf785921241bc6734ab09a3fe.tar.gz
marquee-5b77c77487c3abccf785921241bc6734ab09a3fe.tar.bz2
src/tab-chrome.[ch]: New files
And use in src/tab.[ch].
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h5
1 files changed, 4 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
+#include "tab-chrome.h"
+
typedef struct {
- GtkWidget *container;
+ GtkWidget *container;
+ MqTabChrome *chrome;
} MqTab;
MqTab *