forked from AuroraMiddleware/gtk
Minor space savings
This commit is contained in:
parent
cb30c1b66b
commit
3f0fb50471
@ -1,3 +1,8 @@
|
||||
2006-06-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintjob.h: Collect booleans into a bitfield
|
||||
(#344765, Christian Persch)
|
||||
|
||||
2006-06-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-06-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintjob.h: Collect booleans into a bitfield
|
||||
(#344765, Christian Persch)
|
||||
|
||||
2006-06-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@ -66,13 +66,12 @@ struct _GtkPrintJob
|
||||
GtkPrintPages print_pages;
|
||||
GtkPageRange *page_ranges;
|
||||
gint num_page_ranges;
|
||||
gboolean rotate_to_orientation;
|
||||
|
||||
GtkPageSet page_set;
|
||||
gint num_copies;
|
||||
gboolean collate;
|
||||
gboolean reverse;
|
||||
gdouble scale;
|
||||
guint rotate_to_orientation : 1;
|
||||
guint collate : 1;
|
||||
guint reverse : 1;
|
||||
};
|
||||
|
||||
struct _GtkPrintJobClass
|
||||
|
Loading…
Reference in New Issue
Block a user