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
|
|
@ -310,7 +310,7 @@ ssd_destroy(struct ssd *ssd)
|
|||
bool
|
||||
ssd_part_contains(enum ssd_part_type whole, enum ssd_part_type candidate)
|
||||
{
|
||||
if (whole == candidate) {
|
||||
if (whole == candidate || whole == LAB_SSD_ALL) {
|
||||
return true;
|
||||
}
|
||||
if (whole == LAB_SSD_PART_TITLEBAR) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue