Implemented <doubleClickTime> in rc.xml

This commit is contained in:
alex 2021-08-29 18:31:57 -04:00 committed by Johan Malm
parent a4fdb43d42
commit 36f5b49f2a
4 changed files with 47 additions and 6 deletions

View file

@ -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;