mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 11:02:35 +01:00
Fixed Clip regarding auto raise/lower and autocollapse behavior.
Also rewrote that part of code to be much cleaner.
This commit is contained in:
@@ -426,12 +426,16 @@
|
||||
/* Delay (in ms) after which the clip will autocollapse when leaved */
|
||||
#define AUTO_COLLAPSE_DELAY 1000
|
||||
|
||||
/* Delay (in ms) after which the clip will autoexpand when entered.
|
||||
* Set this to zero if you want instant expanding. */
|
||||
#define AUTO_EXPAND_DELAY 600
|
||||
|
||||
/* Delay (in ms) after which the clip will be lowered when leaved */
|
||||
#define AUTO_LOWER_DELAY 1000
|
||||
|
||||
/* Delay (in ms) after which the clip will be raised when entered.
|
||||
* Set this to zero if you want instant raise. */
|
||||
#define AUTO_RAISE_DELAY 650
|
||||
#define AUTO_RAISE_DELAY 600
|
||||
|
||||
|
||||
/* Max. number of icons the clip can have */
|
||||
|
||||
Reference in New Issue
Block a user