diff options
Diffstat (limited to 'gdk/x11/gdkselectionoutputstream-x11.c')
| -rw-r--r-- | gdk/x11/gdkselectionoutputstream-x11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkselectionoutputstream-x11.c b/gdk/x11/gdkselectionoutputstream-x11.c index bdd4c57d08..b9aad4c3f3 100644 --- a/gdk/x11/gdkselectionoutputstream-x11.c +++ b/gdk/x11/gdkselectionoutputstream-x11.c @@ -846,7 +846,7 @@ static const struct { const char *x_target; const char *mime_type; const char *type; - gint format; + int format; MimeTypeHandleFunc handler; } special_targets[] = { { "UTF8_STRING", "text/plain;charset=utf-8", "UTF8_STRING", 8, handle_utf8 }, @@ -901,7 +901,7 @@ gdk_x11_selection_output_streams_request (GdkDisplay *display, gulong n_atoms; gulong nbytes; Atom prop_type; - gint prop_format; + int prop_format; Atom *atoms = NULL; int error; |
