Changeset 22faaf2 in mainline for uspace/srv/hid/display/output.c
- Timestamp:
- 2019-10-29T02:34:14Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3c185b6
- Parents:
- 587b4cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/output.c
r587b4cb r22faaf2 61 61 } 62 62 63 vw = 400;64 vh = 300;63 vw = 800; 64 vh = 600; 65 65 66 66 pixbuf = calloc(vw * vh, sizeof(pixel_t));
Note:
See TracChangeset
for help on using the changeset viewer.