From 98d18eb9e0278e696505fcbb38f40a22e936de63 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 07 Oct 2017 10:43:49 -0400 Subject: MqTabChrome: Obey zoom.default on zoom reset --- (limited to 'src/tab-chrome.h') diff --git a/src/tab-chrome.h b/src/tab-chrome.h index ff9c552..850a783 100644 --- a/src/tab-chrome.h +++ b/src/tab-chrome.h @@ -30,6 +30,7 @@ typedef struct MqTabChrome MqTabChrome; #include "tab.h" struct MqTabChrome { + MqConfig *config; MqTab *tab; GtkWidget *container; GtkWidget *back_forward_box; -- cgit v0.9.1