mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
Implemented <doubleClickTime> in rc.xml
This commit is contained in:
parent
a4fdb43d42
commit
36f5b49f2a
4 changed files with 47 additions and 6 deletions
|
|
@ -20,6 +20,7 @@ struct rcxml {
|
|||
int font_size_menuitem;
|
||||
struct wl_list keybinds;
|
||||
struct wl_list mousebinds;
|
||||
long doubleclick_time; /* in ms */
|
||||
};
|
||||
|
||||
extern struct rcxml rc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue