summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbtabstrip.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-14 19:32:19 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-14 19:32:19 +0100
commit64d54fcc924f1263a98f5d91ccf255225d78804a (patch)
tree1598e6451b2589041f4a85bc542c442e02402bd6 /plugins/gtkui/ddbtabstrip.h
parent4ae4bb8c81bd722c656435231625ae4f9ef86e71 (diff)
added proper doublebuffering to tabstrip widget
Diffstat (limited to 'plugins/gtkui/ddbtabstrip.h')
-rw-r--r--plugins/gtkui/ddbtabstrip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/ddbtabstrip.h b/plugins/gtkui/ddbtabstrip.h
index 53bf603e..b6192e06 100644
--- a/plugins/gtkui/ddbtabstrip.h
+++ b/plugins/gtkui/ddbtabstrip.h
@@ -38,6 +38,7 @@ typedef void * DdbTabStripColIter;
struct _DdbTabStrip {
GtkWidget parent;
+ GdkPixmap *backbuf;
int hscrollpos;
int dragging;
int prepare;