mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
interactive.c: fix style
This commit is contained in:
parent
a60b88c7fa
commit
c5658fde8e
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@ interactive_begin(struct view *view, enum input_mode mode, uint32_t edges)
|
|||
}
|
||||
}
|
||||
|
||||
void interactive_end(struct view *view) {
|
||||
void
|
||||
interactive_end(struct view *view)
|
||||
{
|
||||
if (view->server->grabbed_view == view) {
|
||||
view->server->input_mode = LAB_INPUT_STATE_PASSTHROUGH;
|
||||
view->server->grabbed_view = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue