[gtk+] gdkborder: change types from gint16 to gint



commit 54fa65f544bef281640d18a4a725005f6199a956
Author: William Hua <william hua canonical com>
Date:   Thu Dec 17 12:38:35 2015 -0500

    gdkborder: change types from gint16 to gint

 gdk/gdktypes.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 17584b2..57dc0fe 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -107,10 +107,10 @@ typedef struct _GdkBorder GdkBorder;
  */
 struct _GdkBorder
 {
-  gint16 left;
-  gint16 right;
-  gint16 top;
-  gint16 bottom;
+  gint left;
+  gint right;
+  gint top;
+  gint bottom;
 };
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]