Applied a bunch of AIX portability fixes (bug #148813):
2004-07-30 Sven Neumann <sven@gimp.org> Applied a bunch of AIX portability fixes (bug #148813): * configure.in: when testing for Xmu library, link with -lXt -lX11. * app/gui/tips-parser.c * app/gui/user-install-dialog.c * app/tools/tools-enums.h * app/widgets/gimpdasheditor.c * app/widgets/widgets-enums.h * libgimpthumb/gimpthumb-error.h * libgimpwidgets/gimpcolorbutton.c * plug-ins/common/edge.c: removed trailing commas from enums. * plug-ins/common/snoise.c * plug-ins/imagemap/imap_cmd_move.c: no C++ style comments. * app/paint-funcs/paint-funcs-generic.h * app/paint-funcs/paint-funcs.c: use integers for bit fields.
This commit is contained in:
committed by
Sven Neumann
parent
7f60cbf082
commit
c6cbd6d335
@ -110,7 +110,7 @@ typedef enum
|
||||
{
|
||||
TREE_ITEM_DO_NOTHING, /* Don't pre-create */
|
||||
TREE_ITEM_MKDIR, /* Create the directory */
|
||||
TREE_ITEM_FROM_SYSCONF_DIR, /* Copy from sysconf directory */
|
||||
TREE_ITEM_FROM_SYSCONF_DIR /* Copy from sysconf directory */
|
||||
} TreeItemType;
|
||||
|
||||
static struct
|
||||
|
||||
Reference in New Issue
Block a user