about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorMichal Mazurek <akfaew@jasminek.net>2012-06-13 19:31:53 +0200
committerMichal Mazurek <akfaew@jasminek.net>2012-06-13 21:02:13 +0200
commitfdc609f8700f63d50a90f80e609d176e6c31d462 (patch)
treee06620466e06f81b07eec595086be608c3e8cb3d /xombrero.h
parentf576390d376fa91cdd9a538723e087661c60f5e1 (diff)
downloadxombrero-fdc609f8700f63d50a90f80e609d176e6c31d462.tar.gz
add tab number statusbar element. for small displays that have the tab bar disabled
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index df0b0fe..3cfd5df 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -207,6 +207,7 @@ struct tab {
 		GtkWidget	*buffercmd;
 		GtkWidget	*zoom;
 		GtkWidget	*position;
+		GtkWidget	*tabs;
 	} sbe;
 	GtkWidget		*cmd;
 	GtkWidget		*buffers;