forked from AuroraMiddleware/gtk
Drop GdkSpan type
GdkSpan is not used anywhere.
This commit is contained in:
parent
28aa906681
commit
d35aa02dd5
@ -65,7 +65,6 @@ G_BEGIN_DECLS
|
|||||||
*/
|
*/
|
||||||
typedef struct _GdkPoint GdkPoint;
|
typedef struct _GdkPoint GdkPoint;
|
||||||
typedef cairo_rectangle_int_t GdkRectangle;
|
typedef cairo_rectangle_int_t GdkRectangle;
|
||||||
typedef struct _GdkSpan GdkSpan;
|
|
||||||
|
|
||||||
typedef struct _GdkAtom *GdkAtom;
|
typedef struct _GdkAtom *GdkAtom;
|
||||||
|
|
||||||
@ -252,12 +251,6 @@ struct _GdkPoint
|
|||||||
gint y;
|
gint y;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GdkSpan
|
|
||||||
{
|
|
||||||
gint x;
|
|
||||||
gint y;
|
|
||||||
gint width;
|
|
||||||
};
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user