X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-document-model.c;h=727264a09b5b692c00774b64e776fa094ccaf4fe;hb=671655393d655c3ab62fdf671beec9922b7ec7f1;hp=b92fa01fab9f3bf0dd195cd9088dc5125ced9ae5;hpb=f89486b20069a9e9de2ff8bc08df1fcd49bb6355;p=evince.git diff --git a/libview/ev-document-model.c b/libview/ev-document-model.c index b92fa01f..727264a0 100644 --- a/libview/ev-document-model.c +++ b/libview/ev-document-model.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" @@ -33,12 +33,12 @@ struct _EvDocumentModel gint page; gint rotation; - gboolean inverted_colors; gdouble scale; EvSizingMode sizing_mode; guint continuous : 1; guint dual_page : 1; guint fullscreen : 1; + guint inverted_colors : 1; gdouble max_scale; gdouble min_scale;