some aix portability fixes

This commit is contained in:
Jody Goldberg 2002-10-01 15:12:56 +00:00
parent 478ecee385
commit 435b950dc1

View file

@ -44,7 +44,7 @@ enum
{ {
TARGET_URI_LIST, TARGET_URI_LIST,
TARGET_COLOR, TARGET_COLOR,
TARGET_BGIMAGE, TARGET_BGIMAGE
/* TARGET_BACKGROUND_RESET*/ /* TARGET_BACKGROUND_RESET*/
}; };
@ -52,7 +52,7 @@ static GtkTargetEntry drop_types[] =
{ {
{"text/uri-list", 0, TARGET_URI_LIST}, {"text/uri-list", 0, TARGET_URI_LIST},
{ "application/x-color", 0, TARGET_COLOR }, { "application/x-color", 0, TARGET_COLOR },
{ "property/bgimage", 0, TARGET_BGIMAGE }, { "property/bgimage", 0, TARGET_BGIMAGE }
/* { "x-special/gnome-reset-background", 0, TARGET_BACKGROUND_RESET }*/ /* { "x-special/gnome-reset-background", 0, TARGET_BACKGROUND_RESET }*/
}; };