Changeset bc52b5b in mainline for uspace/lib/gfx/private/color.h
- Timestamp:
- 2021-08-15T10:02:32Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99589a9
- Parents:
- de0c55a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfx/private/color.h
rde0c55a rbc52b5b 1 1 /* 2 * Copyright (c) 20 19Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 48 48 uint16_t g; 49 49 uint16_t b; 50 uint8_t attr; 50 51 }; 51 52
Note:
See TracChangeset
for help on using the changeset viewer.