mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 17:32:29 +01:00
Bug fixes for 0.20.3 pre-release 2
This commit is contained in:
@@ -277,9 +277,12 @@
|
||||
|
||||
#define HIDE_ANIMATION_STEPS (MINIATURIZE_ANIMATION_STEPS*2/3)
|
||||
|
||||
|
||||
/* delay before balloon is showed */
|
||||
#define BALLOON_DELAY 1000
|
||||
|
||||
/* delay for menu item selection hysteresis */
|
||||
#define MENU_SELECT_DELAY 300
|
||||
|
||||
/* animation speed constants */
|
||||
|
||||
/* icon slide */
|
||||
@@ -466,6 +469,10 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef XKB_MODELOCK
|
||||
#define KEEP_XKB_LOCK_STATUS
|
||||
#endif
|
||||
|
||||
#if HAVE_LIBINTL_H && I18N
|
||||
# include <libintl.h>
|
||||
# define _(text) gettext(text)
|
||||
|
||||
Reference in New Issue
Block a user