Changeset b8f1a349 in mainline for uspace/srv/hid


Ignore:
Timestamp:
2013-04-09T17:30:11Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c43b89e8
Parents:
e31ea20d
Message:

add HelenOS logo to the launcher
(the grid layout widget currently creates uniform cells and ignores widget dimension hints, therefore the window needs to be so high and ugly)

Location:
uspace/srv/hid/compositor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/compositor/Makefile

    re31ea20d rb8f1a349  
    3838
    3939IMAGES = \
    40         gfx/helenos.tga \
    4140        gfx/nameic.tga
    4241
  • uspace/srv/hid/compositor/compositor.c

    re31ea20d rb8f1a349  
    19621962                }
    19631963                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               
    19691965                window_t *nameic_win = window_create(0, 0);
    19701966                nameic_win->surface = decode_tga((void *) nameic_tga, nameic_tga_size, 0);
Note: See TracChangeset for help on using the changeset viewer.