diff options
author | David Walter Seikel | 2012-05-24 11:50:32 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-05-24 11:50:32 +1000 |
commit | b02c50afc7f036dbb9e6baa731ca6e564dffea94 (patch) | |
tree | 6d1b1e0870d0734e8f13b1dd5a075895e09a8424 /ClientHamr/extantz | |
parent | Slightly better place holder graphics. Sorta. lol (diff) | |
download | SledjHamr-b02c50afc7f036dbb9e6baa731ca6e564dffea94.zip SledjHamr-b02c50afc7f036dbb9e6baa731ca6e564dffea94.tar.gz SledjHamr-b02c50afc7f036dbb9e6baa731ca6e564dffea94.tar.bz2 SledjHamr-b02c50afc7f036dbb9e6baa731ca6e564dffea94.tar.xz |
Add a note about rasters suggested start up code.
Diffstat (limited to 'ClientHamr/extantz')
-rw-r--r-- | ClientHamr/extantz/extantz.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c index 43a9a99..796b47a 100644 --- a/ClientHamr/extantz/extantz.c +++ b/ClientHamr/extantz/extantz.c | |||
@@ -701,6 +701,13 @@ EAPI_MAIN int elm_main(int argc, char **argv) | |||
701 | int i; | 701 | int i; |
702 | Eina_Bool gotWebKit = elm_need_web(); // Initialise ewebkit if it exists, or return EINA_FALSE if it don't. | 702 | Eina_Bool gotWebKit = elm_need_web(); // Initialise ewebkit if it exists, or return EINA_FALSE if it don't. |
703 | 703 | ||
704 | /* raster says doing this is a good idea... | ||
705 | // if you want efl to handle finding your bin/lib/data dirs for u, you must do this below. | ||
706 | elm_app_info_set(elm_main, "datadir", "some-data-file"); | ||
707 | elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR); | ||
708 | elm_app_compile_data_dir_set(PACKAGE_DATA_DIR); | ||
709 | */ | ||
710 | |||
704 | elm_config_finger_size_set(0); | 711 | elm_config_finger_size_set(0); |
705 | elm_config_scale_set(1.0); | 712 | elm_config_scale_set(1.0); |
706 | 713 | ||