mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
implement handling for Client, Frame, and Root/Desktop (conflated for now) mouse contexts
This commit is contained in:
parent
4f6297d1ad
commit
b008917895
3 changed files with 18 additions and 1 deletions
|
|
@ -135,6 +135,12 @@ ssd_box(struct view *view, enum ssd_part_type type)
|
|||
box.width = theme->border_width + INVISIBLE_MARGIN;
|
||||
box.height = view->h;
|
||||
break;
|
||||
case LAB_SSD_CLIENT:
|
||||
box.x = view->x;
|
||||
box.y = view->y;
|
||||
box.width = view->w;
|
||||
box.height = view->h;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue