Changeset b8f1a349 in mainline for uspace/srv/hid
- Timestamp:
- 2013-04-09T17:30:11Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c43b89e8
- Parents:
- e31ea20d
- Location:
- uspace/srv/hid/compositor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/compositor/Makefile
re31ea20d rb8f1a349 38 38 39 39 IMAGES = \ 40 gfx/helenos.tga \41 40 gfx/nameic.tga 42 41 -
uspace/srv/hid/compositor/compositor.c
re31ea20d rb8f1a349 1962 1962 } 1963 1963 list_prepend(&blue_win->link, &window_list); 1964 1965 window_t *helenos_win = window_create(0, 0); 1966 helenos_win->surface = decode_tga((void *) helenos_tga, helenos_tga_size, 0); 1967 list_prepend(&helenos_win->link, &window_list); 1968 1964 1969 1965 window_t *nameic_win = window_create(0, 0); 1970 1966 nameic_win->surface = decode_tga((void *) nameic_tga, nameic_tga_size, 0);
Note:
See TracChangeset
for help on using the changeset viewer.