gdkborder: remove unneeded definition
This reverts54fa65f544,5190d010d9, anda6e4de2884. https://bugzilla.gnome.org/show_bug.cgi?id=756579
This commit is contained in:
@ -638,9 +638,6 @@ gdk_rectangle_intersect
|
|||||||
gdk_rectangle_union
|
gdk_rectangle_union
|
||||||
gdk_rectangle_equal
|
gdk_rectangle_equal
|
||||||
|
|
||||||
<SUBSECTION>
|
|
||||||
GdkBorder
|
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
gdk_rectangle_get_type
|
gdk_rectangle_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|||||||
@ -93,26 +93,6 @@ typedef struct _GdkRectangle GdkRectangle;
|
|||||||
typedef cairo_rectangle_int_t GdkRectangle;
|
typedef cairo_rectangle_int_t GdkRectangle;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct _GdkBorder GdkBorder;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* GdkBorder:
|
|
||||||
* @left: The width of the left border
|
|
||||||
* @right: The width of the right border
|
|
||||||
* @top: The width of the top border
|
|
||||||
* @bottom: The width of the bottom border
|
|
||||||
*
|
|
||||||
* A struct that specifies a border around a rectangular area
|
|
||||||
* that can be of different width on each side.
|
|
||||||
*/
|
|
||||||
struct _GdkBorder
|
|
||||||
{
|
|
||||||
gint left;
|
|
||||||
gint right;
|
|
||||||
gint top;
|
|
||||||
gint bottom;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GdkAtom:
|
* GdkAtom:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user