X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=891e1500460568f5d42cc8a64b62e0e207dbe305;hb=507d04844c31765e258da41a04f323b5f65f7c04;hp=73eb60dbcd3f70232e43956a874275bf086e9139;hpb=8027b4b2df722b639304c8d3d1272b9da527c02e;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 73eb60db..891e1500 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -82,6 +82,7 @@ struct ConfigTypeInfo image_config_suffix[] = { ".sort_priority", ARG_UNDEFINED, TYPE_INTEGER }, { ".class", ARG_UNDEFINED, TYPE_STRING }, { ".style", ARG_UNDEFINED, TYPE_STRING }, + { ".alpha", ARG_UNDEFINED, TYPE_INTEGER }, { ".active_xoffset", "0", TYPE_INTEGER }, { ".active_yoffset", "0", TYPE_INTEGER }, { ".pressed_xoffset", "0", TYPE_INTEGER }, @@ -10072,6 +10073,7 @@ struct ConfigInfo image_config[] = { "request.autowrap", "false" }, { "request.centered", "true" }, { "request.wrap_single_words", "true" }, + { "request.draw_order", "-1" }, { "global.use_envelope_request", "false" },