source: branches/port5/lib/pixmaps/print/unused/potrait.bitmap

Last change on this file was 5886, checked in by westram, 16 years ago
  • added resource tester (make ressource_check)
  • Each ARB application has one default icon now
    • if icon is missing, no fallback exists - instead the application raises an error
    • all windows created under one AW_root use the same icon
    • it's still possible to define special icons for special windows (but it's not used atm)
  • class AW_window
    • create_toggle now expects that names of toggle-graphics start with '#' (previously it accepted with and without '#')
    • moved code from set_icon to aw_create_shell
    • added code setting small titlebar/taskbar-icon. Works in GNOME (please report whether it works in KDE as well)
    • .xpm possible for icons
  • class AW_root
    • renamed init() to init_root() to make function name unique for resource testing. Removed default-value for 2nd parameter
    • init_root() stores 'programmname' in class member (used as name for default icon)
  • fixed/removed calls to changed/removed functions
  • moved all unused resources into 'unused' subfolders
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1#define potrait_width 64
2#define potrait_height 32
3static char potrait_bits[] = {
4   0xe0, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0x07,
5   0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00,
6   0xe0, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x07,
7   0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00,
8   0xe0, 0xf0, 0x6f, 0x07, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xf0, 0x6f, 0x07,
9   0x00, 0x00, 0x00, 0x00, 0xe0, 0x30, 0x00, 0xc7, 0x03, 0x00, 0x40, 0x00,
10   0xe0, 0x30, 0x00, 0x67, 0x0c, 0x00, 0x40, 0x00, 0xe0, 0x3e, 0x00, 0x87,
11   0x08, 0x00, 0x40, 0x00, 0xe0, 0x3e, 0x00, 0x87, 0x10, 0x00, 0x40, 0x00,
12   0xe0, 0x36, 0x00, 0x87, 0x10, 0x00, 0xfc, 0x00, 0xe0, 0x36, 0x00, 0xc7,
13   0x08, 0x00, 0xc0, 0x00, 0xe0, 0xf6, 0x73, 0xc7, 0xee, 0x01, 0x40, 0x00,
14   0xe0, 0xf6, 0x73, 0xc7, 0x60, 0x02, 0x46, 0x0e, 0xe0, 0x06, 0x00, 0xc7,
15   0xa0, 0x04, 0x43, 0x6c, 0xe0, 0x06, 0x00, 0xc7, 0x20, 0x08, 0x43, 0x76,
16   0xe0, 0xc6, 0x7b, 0xc7, 0x10, 0x08, 0x43, 0x72, 0xe0, 0xc6, 0x7b, 0xc7,
17   0x10, 0x08, 0x41, 0x00, 0xe0, 0xc6, 0x00, 0x87, 0x20, 0x04, 0x01, 0x00,
18   0xe0, 0xfe, 0x00, 0x07, 0xc0, 0x03, 0x00, 0x00, 0xe0, 0xfe, 0x00, 0x07,
19   0x00, 0x00, 0x00, 0x00, 0xe0, 0xc0, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00,
20   0xe0, 0xc0, 0x77, 0x07, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xc0, 0x77, 0x07,
21   0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00,
22   0xe0, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x07,
23   0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00,
24   0xe0, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0xe0, 0xff, 0xff, 0x07,
25   0x00, 0x00, 0x00, 0x00};
Note: See TracBrowser for help on using the repository browser.