Changeset fbb2d0d in mainline for uspace/lib/gui/window.c
- Timestamp:
- 2013-09-13T22:02:39Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9e59c3b8
- Parents:
- 8c5ba67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.c
r8c5ba67 rfbb2d0d 66 66 67 67 static pixel_t border_color = PIXEL(255, 0, 0, 0); 68 static pixel_t header_bg_focus_color = PIXEL(255, 25, 25, 112);68 static pixel_t header_bg_focus_color = PIXEL(255, 88, 106, 196); 69 69 static pixel_t header_fg_focus_color = PIXEL(255, 255, 255, 255); 70 static pixel_t header_bg_unfocus_color = PIXEL(255, 70, 130, 180);70 static pixel_t header_bg_unfocus_color = PIXEL(255, 12, 57, 92); 71 71 static pixel_t header_fg_unfocus_color = PIXEL(255, 255, 255, 255); 72 72
Note:
See TracChangeset
for help on using the changeset viewer.