diff options
author | Benjamin Otte <otte@gnome.org> | 2016-02-06 04:24:23 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-02-11 03:44:47 +0100 |
commit | 0ea9131ff7bac876d5e1affcb1fadfdf0727127f (patch) | |
tree | 7bdedddfaebd7086e32f45937ffd3a87581185e5 /gtk/gtkprintoperation-win32.c | |
parent | 573f51cb29887d83c5c95e17378aaf7aa6aa9f32 (diff) | |
download | gtk+-0ea9131ff7bac876d5e1affcb1fadfdf0727127f.tar.gz |
printoperation-win32: Silence gcc
Diffstat (limited to 'gtk/gtkprintoperation-win32.c')
-rw-r--r-- | gtk/gtkprintoperation-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index 28e2bda6e7..1a4b14e92d 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -1350,7 +1350,7 @@ plug_grab_notify (GtkWidget *widget, } -static BOOL CALLBACK +static INT_PTR CALLBACK pageDlgProc (HWND wnd, UINT message, WPARAM wparam, LPARAM lparam) { GtkPrintOperation *op; |