mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Fix trailing "," in enumeration.
Sat Dec 22 15:31:20 2001 Owen Taylor <otaylor@redhat.com> * gdk-pixdata.h: Fix trailing "," in enumeration.
This commit is contained in:
parent
856a93cb85
commit
1806c0eed8
@ -1,3 +1,7 @@
|
||||
Sat Dec 22 15:31:20 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk-pixdata.h: Fix trailing "," in enumeration.
|
||||
|
||||
2001-12-17 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* gdk-pixbuf.c, gdk-pixbuf-io.c, gdk-pixbuf-animation.c,
|
||||
|
@ -158,7 +158,7 @@ typedef enum
|
||||
GDK_PIXDATA_DUMP_STATIC = 1 << 9,
|
||||
GDK_PIXDATA_DUMP_CONST = 1 << 10,
|
||||
/* save RLE decoder macro? */
|
||||
GDK_PIXDATA_DUMP_RLE_DECODER = 1 << 16,
|
||||
GDK_PIXDATA_DUMP_RLE_DECODER = 1 << 16
|
||||
} GdkPixdataDumpType;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user