X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkprintoperation-private.h;h=6a7b509978e6e0b55ad8cfa453c33de27a15ef44;hb=d97861bd8b338c3d25d7ffb5496edee9eee9bfbb;hp=c1f047c2ddb21492d9ba7988e3e51c39b5183b64;hpb=c659d1a505dbf141aefa266fb0e97c6dac218cee;p=~andy%2Fgtk diff --git a/gtk/gtkprintoperation-private.h b/gtk/gtkprintoperation-private.h index c1f047c2d..6a7b50997 100644 --- a/gtk/gtkprintoperation-private.h +++ b/gtk/gtkprintoperation-private.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #ifndef __GTK_PRINT_OPERATION_PRIVATE_H__ @@ -140,6 +138,7 @@ void _gtk_print_context_set_page_setup (GtkPrintCon GtkPageSetup *page_setup); void _gtk_print_context_translate_into_margin (GtkPrintContext *context); void _gtk_print_context_rotate_according_to_orientation (GtkPrintContext *context); +void _gtk_print_context_reverse_according_to_orientation (GtkPrintContext *context); void _gtk_print_context_set_hard_margins (GtkPrintContext *context, gdouble top, gdouble bottom,