diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-11 10:38:53 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-06-11 10:38:53 +0400 |
commit | 5925ab12b68bf17f555929687ebd7a645c5ff316 (patch) | |
tree | 49088ab244cb38a7ba90cb5e20393ce74fc8fe70 /saedit/main.h | |
parent | d1517d6d1d5c5d398e70696abe76ef5c2bd1711a (diff) | |
download | evol-tools-5925ab12b68bf17f555929687ebd7a645c5ff316.tar.gz evol-tools-5925ab12b68bf17f555929687ebd7a645c5ff316.tar.bz2 evol-tools-5925ab12b68bf17f555929687ebd7a645c5ff316.tar.xz evol-tools-5925ab12b68bf17f555929687ebd7a645c5ff316.zip |
saedit: Add <sae /> support, rename constants, add kill_timeout
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/saedit/main.h b/saedit/main.h index a670443..76662a9 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -22,11 +22,11 @@ const int MIN_HEIGHT = 600; const int SPRITE_WIDTH_DEFAULT = 64; const int SPRITE_HEIGHT_DEFAULT = 64; const int GRID_SIZE = 32; -const gchar *BACKGROUNDS_DIR = "backgrounds"; -const gchar *ICON_FILE = "icon.svg"; -const gchar *CONFIG_FILE = "/saedit/config.ini"; -const gchar *FOLDER_POSTFIX = "/..."; -const gchar *SLASH_SEPARATOR = "/"; +const gchar *DIR_BACKGROUNDS = "backgrounds"; +const gchar *FILE_ICON = "icon.svg"; +const gchar *FILE_CONFIG = "saedit/config.ini"; +const gchar *POSTFIX_FOLDER = "..."; +const gchar *SEPARATOR_SLASH = "/"; const gchar *OPTION_SPRITES_DEFAULT = "graphics/sprites/"; @@ -127,3 +127,4 @@ static void load_config(); static void save_config_and_quit(); static void load_options(); static void free_imageset(); +static void kill_timeout(int tag); |