Changes in uspace/srv/hid/display/seat.c [0d00e53:9546146] in mainline
- File:
-
- 1 edited
-
uspace/srv/hid/display/seat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.c
r0d00e53 r9546146 492 492 /* Focus window on button press */ 493 493 if (event->type == PTD_PRESS && event->btn_num == 1) { 494 if (wnd != NULL && (wnd->flags & wndf_popup) == 0 && 495 (wnd->flags & wndf_nofocus) == 0) { 494 if (wnd != NULL && (wnd->flags & wndf_popup) == 0) { 496 495 ds_seat_set_focus(seat, wnd); 497 496 }
Note:
See TracChangeset
for help on using the changeset viewer.
