X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxournal.h;h=6233fe74482c605c59de78d0f431d5b113674958;hb=34dbe92edd95fbf7082c3e54f438c76355254fe5;hp=00ac0ccd23885dba225370d580bb7473b321e2a9;hpb=f403c2b52eae763e10452f039a2bb586a70acc49;p=xournal.git diff --git a/src/xournal.h b/src/xournal.h index 00ac0cc..6233fe7 100644 --- a/src/xournal.h +++ b/src/xournal.h @@ -220,6 +220,7 @@ typedef struct UIData { struct Brush default_brushes[NUM_STROKE_TOOLS]; // the default ones int linked_brush[NUM_BUTTONS+1]; // whether brushes are linked across buttons int cur_mapping; // the current button number for mappings + gboolean button_switch_mapping; // button clicks switch button 1 mappings gboolean use_erasertip; int which_mouse_button; // the mouse button drawing the current path struct Page default_page; // the model for the default page @@ -247,8 +248,7 @@ typedef struct UIData { gboolean in_update_page_stuff; // semaphore to avoid scrollbar retroaction struct Selection *selection; GdkCursor *cursor; - gboolean antialias_bg; // bilinear interpolation on bg pixmaps - gboolean progressive_bg; // rescale bg's one at a time + gboolean progressive_bg; // update PDF bg's one at a time char *mrufile, *configfile; // file names for MRU & config char *mru[MRU_SIZE]; // MRU data GtkWidget *mrumenu[MRU_SIZE];