forked from AuroraMiddleware/gtk
Fix trailing comma on enumeration. (#54071)
Thu May 3 05:36:06 2001 Owen Taylor <otaylor@redhat.com> * pixbuf.h: Fix trailing comma on enumeration. (#54071)
This commit is contained in:
parent
d0d9f6449a
commit
d8c421f35d
@ -1,3 +1,7 @@
|
|||||||
|
Thu May 3 05:36:06 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* pixbuf.h: Fix trailing comma on enumeration. (#54071)
|
||||||
|
|
||||||
2001-03-05 Michael Natterer <mitch@gimp.org>
|
2001-03-05 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* src/pixbuf-draw.c: made the "parent_class" pointer static.
|
* src/pixbuf-draw.c: made the "parent_class" pointer static.
|
||||||
|
@ -94,7 +94,7 @@ enum
|
|||||||
TOKEN_ETCHED_OUT,
|
TOKEN_ETCHED_OUT,
|
||||||
TOKEN_ORIENTATION,
|
TOKEN_ORIENTATION,
|
||||||
TOKEN_HORIZONTAL,
|
TOKEN_HORIZONTAL,
|
||||||
TOKEN_VERTICAL,
|
TOKEN_VERTICAL
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
Loading…
Reference in New Issue
Block a user