1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 20:34:14 +01:00

WINGs: New function W_setconf_doubleClickDelay

The new function W_setconf_doubleClickDelay() sets the value for
WPreferences.W_setconf_doubleClickDelay(), therefore the private
data of WPreferences struct is not used.

This call is used at defaults.c to set the doubleClickDelay().
This commit is contained in:
Rodolfo García Peñas (kix)
2013-01-08 16:58:04 +01:00
committed by Carlos R. Mafra
parent 73d75fa848
commit b9caaa8729
3 changed files with 8 additions and 12 deletions

View File

@@ -1833,6 +1833,7 @@ WMFont* WMGetFontPanelFont(WMFontPanel *panel);
/* ---[ WINGs/configuration.c ]------------------------------------------- */
unsigned W_getconf_mouseWheelUp(void);
unsigned W_getconf_mouseWheelDown(void);
void W_setconf_doubleClickDelay(int value);
#ifdef __cplusplus
}