Changeset afcf704 in mainline for uspace/srv/hid/rfb/main.c
- Timestamp:
- 2020-06-14T22:23:34Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c45d8696
- Parents:
- 28f8f6f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/rfb/main.c
r28f8f6f2 rafcf704 195 195 errno_t rc; 196 196 197 /* Check that we support all required flags */ 198 if ((params->flags & ~bmpf_color_key) != 0) 199 return ENOTSUP; 200 197 201 rfbbm = calloc(1, sizeof(rfb_bitmap_t)); 198 202 if (rfbbm == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.