Changeset 850fd32 in mainline for uspace/srv
- Timestamp:
- 2018-03-11T01:21:19Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84239b1, f0e825d
- Parents:
- 338d54a7
- Location:
- uspace/srv
- Files:
-
- 2 edited
-
audio/hound/audio_device.h (modified) (1 diff)
-
hid/compositor/compositor.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_device.h
r338d54a7 r850fd32 74 74 { 75 75 return l ? list_get_instance(l, audio_device_t, link) : NULL; 76 } ;76 } 77 77 78 78 errno_t audio_device_init(audio_device_t *dev, service_id_t id, const char *name); -
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.
