Changeset 1569a9b in mainline for uspace/srv/hid
- Timestamp:
- 2017-12-24T16:40:33Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48fd597
- Parents:
- a1026da
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-24 16:40:33)
- git-committer:
- GitHub <noreply@…> (2017-12-24 16:40:33)
- Location:
- uspace/srv/hid
- Files:
-
- 2 edited
-
input/ctl/stty.c (modified) (1 diff)
-
rfb/rfb.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/stty.c
ra1026da r1569a9b 243 243 244 244 gsp_init(&sp); 245 return gsp_insert_defs(&sp, seq_defs); 245 if (gsp_insert_defs(&sp, seq_defs) < 0) { 246 return EINVAL; 247 } 248 return EOK; 246 249 } 247 250 -
uspace/srv/hid/rfb/rfb.c
ra1026da r1569a9b 435 435 } 436 436 437 static size_t rfb_tile_encode_solid(rfb_t *rfb, cpixel_ctx_t *cpixel,437 static int rfb_tile_encode_solid(rfb_t *rfb, cpixel_ctx_t *cpixel, 438 438 rfb_rectangle_t *tile, void *buf, size_t *size) 439 439 {
Note:
See TracChangeset
for help on using the changeset viewer.
