From: Руслан Ижбулатов Date: Sat, 16 Jun 2018 18:20:22 +0000 (+0000) Subject: Add foward declarations to gtk_print_operation_run_without_dialog X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~133^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe76984e89d49417c24336d2a4e4aad5ae7f665c;p=gtk4.git Add foward declarations to gtk_print_operation_run_without_dialog --- diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index ca7c1be125..ab31cba5c9 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -56,6 +56,24 @@ #define JOB_STATUS_COMPLETE 0x1000 #endif +/* Forward declarations */ +GtkPrintOperationResult +gtk_print_operation_run_without_dialog (GtkPrintOperation *op, + gboolean *do_print); +GtkPrintOperationResult +gtk_print_operation_run_with_dialog (GtkPrintOperation *op, + GtkWindow *parent, + gboolean *do_print); +UINT_PTR CALLBACK +run_mainloop_hook (HWND hdlg, + UINT uiMsg, + WPARAM wParam, + LPARAM lParam); +void +win32_start_page (GtkPrintOperation *op, + GtkPrintContext *print_context, + GtkPageSetup *page_setup); + typedef struct { HDC hdc; HGLOBAL devmode;