Changeset 850fd32 in mainline for uspace/srv/hid/compositor/compositor.c
- Timestamp:
- 2018-03-11T01:21:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84239b1, f0e825d
- Parents:
- 338d54a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/compositor.c
r338d54a7 r850fd32 1930 1930 break; 1931 1931 case KC_B: 1932 event->data.resize.width = (width >= 20) ? width - 20 : 0; ;1932 event->data.resize.width = (width >= 20) ? width - 20 : 0; 1933 1933 event->data.resize.height = height; 1934 1934 break;
Note:
See TracChangeset
for help on using the changeset viewer.