[elm_config] Merge SVN Revision 59321 "elm can now set vsync for gl windows/client"
[framework/uifw/elementary.git] / config / illume / base.src
1 group "Elm_Config" struct {
2   value "config_version" int: 65539;
3   value "engine" string: "software_x11";
4   value "vsync" uchar: 0;
5   value "thumbscroll_enable" uchar: 1;
6   value "thumbscroll_threshold" int: 24;
7   value "thumbscroll_momentum_threshold" double: 100.0;
8   value "thumbscroll_friction" double: 1.0;
9   value "thumbscroll_bounce_friction" double: 0.5;
10   value "thumbscroll_bounce_enable" uchar: 1;
11   value "page_scroll_friction" double: 0.5;
12   value "bring_in_scroll_friction" double: 0.5;
13   value "zoom_friction" double: 0.5;
14   value "thumbscroll_border_friction" double: 0.5;
15   value "scale" double: 1.0;
16   value "bgpixmap" int: 0;
17   value "compositing" int: 1;
18   value "font_hinting" int: 2;
19   value "cache_flush_poll_interval" int: 512;
20   value "cache_flush_enable" uchar: 1;
21   value "image_cache" int: 4096;
22   value "font_cache" int: 512;
23   value "edje_cache" int: 32;
24   value "edje_collection_cache" int: 64;
25   value "finger_size" int: 40;
26   value "fps" double: 60.0;
27   value "theme" string: "default";
28   value "modules" string: "";
29   value "tooltip_delay" double: 1.0;
30   value "cursor_engine_only" uchar: 1;
31   value "focus_highlight_enable" uchar: 0;
32   value "focus_highlight_animate" uchar: 0;
33   value "toolbar_shrink_mode" int: 3;
34   value "fileselector_expand_enable" uchar: 0;
35   value "inwin_dialogs_enable" uchar: 1;
36   value "icon_size" int: 32;
37   value "longpress_timeout" double: 1.0;
38   value "effect_enable" uchar: 1;
39   value "desktop_entry" uchar: 0;
40 }