X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fxournal.h;h=15906cdf6a257fe4298e94b6bebc60e706ea5492;hb=7e6e62ac799f806e47f88ba0573fa320c016e8e5;hp=48ae81a9f63158d731872214797550b5fb78819b;hpb=55606436ae30328c0f8230004dccd483b9e50c19;p=xournal.git diff --git a/src/xournal.h b/src/xournal.h index 48ae81a..15906cd 100644 --- a/src/xournal.h +++ b/src/xournal.h @@ -24,6 +24,14 @@ #define MRU_SIZE 8 #define CONFIG_FILE "config" +// version string for about box + +#ifdef WIN32 +#define VERSION_STRING VERSION "-win32" +#else +#define VERSION_STRING VERSION +#endif + // DATA STRUCTURES AND CONSTANTS #define PIXEL_MOTION_THRESHOLD 0.3 @@ -282,6 +290,7 @@ 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 + gint pre_fullscreen_width, pre_fullscreen_height; // for win32 fullscreen #if GTK_CHECK_VERSION(2,10,0) GtkPrintSettings *print_settings; #endif