mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Add All context for mouse events
This commit is contained in:
parent
ecb7267686
commit
ed1b631492
3 changed files with 4 additions and 1 deletions
|
|
@ -142,6 +142,8 @@ context_from_str(const char *str)
|
|||
return LAB_SSD_ROOT;
|
||||
} else if (!strcasecmp(str, "Root")) {
|
||||
return LAB_SSD_ROOT;
|
||||
} else if (!strcasecmp(str, "All")) {
|
||||
return LAB_SSD_ALL;
|
||||
}
|
||||
wlr_log(WLR_ERROR, "unknown mouse context (%s)", str);
|
||||
return LAB_SSD_NONE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue