summaryrefslogtreecommitdiff
path: root/src/program.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2014-08-17 02:24:52 +0200
committerMarek Olšák <marek.olsak@amd.com>2014-09-01 21:10:41 +0200
commitc041f74a49a917362572c1070a2a4ec310eaba48 (patch)
tree3d8ffe9830c41bf3a0b442a0d49dd0bd4afa283c /src/program.h
parent67943e8bdf930f1155c84522ec05da4e783ce691 (diff)
rbug-gui: add a spin button to select the layer index to displayHEADmaster
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'src/program.h')
-rw-r--r--src/program.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/program.h b/src/program.h
index a04b456..7245c83 100644
--- a/src/program.h
+++ b/src/program.h
@@ -108,11 +108,13 @@ struct program
struct {
GtkWidget *window;
+ GtkWidget *texture_view;
GtkWidget *context_view;
GtkTextView *textview;
GtkWidget *textview_scrolled;
GtkTreeView *treeview;
GtkTreeStore *treestore;
+ GtkSpinButton *layer;
GtkDrawingArea *draw;
GtkStatusbar *statusbar;
@@ -181,7 +183,7 @@ struct program
unsigned width;
unsigned height;
- gulong tid[3];
+ gulong tid[4];
gboolean automatic;
int back;