forked from AuroraMiddleware/gtk
Fix doc generation: rename gdk-overrides.txt to gdk3-overrides
Also, remove unnneded *-overrides files Patch by Tadej Borovšak
This commit is contained in:
parent
95bb12ee66
commit
1205012cb4
@ -1,15 +0,0 @@
|
|||||||
# These are manually-edited to override or add declarations to those scanned
|
|
||||||
# from the GTK header files.
|
|
||||||
|
|
||||||
# GtkAllocation is the same as GtkRectangle
|
|
||||||
|
|
||||||
<STRUCT>
|
|
||||||
<NAME>GtkAllocation</NAME>
|
|
||||||
struct GtkAllocation
|
|
||||||
{
|
|
||||||
gint x;
|
|
||||||
gint y;
|
|
||||||
gint width;
|
|
||||||
gint height;
|
|
||||||
};
|
|
||||||
</STRUCT>
|
|
Loading…
Reference in New Issue
Block a user