summaryrefslogtreecommitdiff
path: root/gdk/gdksurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdksurface.h')
-rw-r--r--gdk/gdksurface.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdk/gdksurface.h b/gdk/gdksurface.h
index 5b10920291..acd766b259 100644
--- a/gdk/gdksurface.h
+++ b/gdk/gdksurface.h
@@ -186,7 +186,7 @@ gboolean gdk_surface_translate_coordinates (GdkSurface *from,
double *y);
GDK_AVAILABLE_IN_ALL
-gint gdk_surface_get_scale_factor (GdkSurface *surface);
+int gdk_surface_get_scale_factor (GdkSurface *surface);
GDK_AVAILABLE_IN_ALL
void gdk_surface_get_device_position (GdkSurface *surface,
@@ -222,10 +222,10 @@ void gdk_surface_set_opaque_region (GdkSurface *surface,
GDK_AVAILABLE_IN_ALL
void gdk_surface_set_shadow_width (GdkSurface *surface,
- gint left,
- gint right,
- gint top,
- gint bottom);
+ int left,
+ int right,
+ int top,
+ int bottom);
GDK_AVAILABLE_IN_ALL
GdkCairoContext *gdk_surface_create_cairo_context(GdkSurface *surface);