mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Make the clip's auto-delays configurable
The options are ClipAutoraiseDelay, ClipAutolowerDelay, ClipAutoexpandDelay, ClipAutocollapseDelay The default values are weird but merely represent the previously hard-coded ones. They are repeated in Defaults/WindowMaker to avoid a WPrefs crash (but it's a good idea to make them "visible", too) WPrefs change coming up
This commit is contained in:
committed by
Carlos R. Mafra
parent
6f44be87fc
commit
d24cbc79ee
@@ -394,6 +394,14 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.do_not_make_appicons_bounce, getBool, NULL, NULL, NULL},
|
||||
{"DoubleClickTime", "250", (void *)&wPreferences.dblclick_time,
|
||||
&wPreferences.dblclick_time, getInt, setDoubleClick, NULL, NULL},
|
||||
{"ClipAutoraiseDelay", "600", NULL,
|
||||
&wPreferences.clip_auto_raise_delay, getInt, NULL, NULL, NULL},
|
||||
{"ClipAutolowerDelay", "1000", NULL,
|
||||
&wPreferences.clip_auto_lower_delay, getInt, NULL, NULL, NULL},
|
||||
{"ClipAutoexpandDelay", "600", NULL,
|
||||
&wPreferences.clip_auto_expand_delay, getInt, NULL, NULL, NULL},
|
||||
{"ClipAutocollapseDelay", "1000", NULL,
|
||||
&wPreferences.clip_auto_collapse_delay, getInt, NULL, NULL, NULL},
|
||||
{"AlignSubmenus", "NO", NULL,
|
||||
&wPreferences.align_menus, getBool, NULL, NULL, NULL},
|
||||
{"ViKeyMenus", "NO", NULL,
|
||||
|
||||
Reference in New Issue
Block a user