X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-window.h;h=4119965e70a98eddc271005d9a16f4ed590f1d65;hb=4dbb42e6c42e5e1982fee1c72300276a867a408e;hp=9c8d28f37bccf2e0c6a71644bce1dfc922d0c7b5;hpb=1bc11bf9ca800edd4469d5e8c8aeb605d3037bc7;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 9c8d28f3..4119965e 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -38,6 +38,11 @@ typedef enum { EV_WINDOW_MODE_PREVIEW } EvWindowRunMode; +typedef struct { + gint start; + gint end; +} EvPrintRange; + typedef struct _EvWindow EvWindow; typedef struct _EvWindowClass EvWindowClass; typedef struct _EvWindowPrivate EvWindowPrivate;