X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view-private.h;h=36053c31c65c20fd530531a8cc7f8d75ee15ee2d;hb=913ada1452d003b49919126cd4cb2c91842bfdcd;hp=791256b8a6cf4071765d0aa86fd5160abb13d844;hpb=4eb491b96085b0a32dae91c973e803276a31d078;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index 791256b8..36053c31 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -57,6 +57,13 @@ typedef enum { EV_VIEW_CURSOR_DRAG } EvViewCursor; +typedef enum { + EV_PRESENTATION_NORMAL, + EV_PRESENTATION_BLACK, + EV_PRESENTATION_WHITE, + EV_PRESENTATION_END +} EvPresentationState; + struct _EvView { GtkWidget parent_instance; @@ -98,6 +105,7 @@ struct _EvView { gboolean dual_page; gboolean fullscreen; gboolean presentation; + EvPresentationState presentation_state; EvSizingMode sizing_mode; /* Common for button press handling */