X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxournal.h;h=48ae81a9f63158d731872214797550b5fb78819b;hb=4d39b1b77c637b56b4f094e39328b3394cefa4dc;hp=277b1d0b84e91806889a3287a8e6a2d057b7249d;hpb=cfd5ddfe5127ac20d01bd85c96ff16e39ca47696;p=xournal.git diff --git a/src/xournal.h b/src/xournal.h index 277b1d0..48ae81a 100644 --- a/src/xournal.h +++ b/src/xournal.h @@ -267,6 +267,7 @@ typedef struct UIData { int zoom_step_increment; // the increment in the zoom dialog box double zoom_step_factor; // the multiplicative factor in zoom in/out double startup_zoom; + gboolean autoload_pdf_xoj; #if GLIB_CHECK_VERSION(2,6,0) GKeyFile *config_data; #endif @@ -281,7 +282,6 @@ typedef struct UIData { gboolean shorten_menus; // shorten menus ? gchar *shorten_menu_items; // which items to hide gboolean is_sel_cursor; // displaying a selection-related cursor - gboolean need_emergency_disable_xinput; // need to disable xinput to avoid GTK+ 2.17 bug ? #if GTK_CHECK_VERSION(2,10,0) GtkPrintSettings *print_settings; #endif