Changeset 7020d1f in mainline for uspace/lib/ui/src/resource.c
- Timestamp:
- 2021-02-01T10:53:48Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f14a900
- Parents:
- d70dc1c4
- git-author:
- Jiri Svoboda <jiri@…> (2020-01-31 16:53:25)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-02-01 10:53:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/resource.c
rd70dc1c4 r7020d1f 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2021 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 130 130 goto error; 131 131 132 rc = gfx_color_new_rgb_i16(0 , 0, 0, &wnd_frame_sh_color);132 rc = gfx_color_new_rgb_i16(0x4444, 0x4444, 0x4444, &wnd_frame_sh_color); 133 133 if (rc != EOK) 134 134 goto error;
Note:
See TracChangeset
for help on using the changeset viewer.