2 #define MENU_RADIO_INDICATOR_XBM_SIZE 9
3 static unsigned char MENU_RADIO_INDICATOR_XBM_DATA
[] = {
4 0x10, 0x00, 0x38, 0x00, 0x7c, 0x00, 0xee, 0x00, 0xc7, 0x01, 0xee, 0x00,
5 0x7c, 0x00, 0x38, 0x00, 0x10, 0x00};
8 #define MENU_CHECK_INDICATOR_XBM_SIZE 9
9 static unsigned char MENU_CHECK_INDICATOR_XBM_DATA
[] = {
10 0x00, 0x01, 0x83, 0x01, 0xc3, 0x00, 0x63, 0x00, 0x33, 0x00, 0x1b, 0x00,
11 0x0f, 0x00, 0x07, 0x00, 0x03, 0x00};
13 #define MENU_MINI_INDICATOR_XBM_SIZE 9
14 static unsigned char MENU_MINI_INDICATOR_XBM_DATA
[] = {
15 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01,
16 0x01, 0x01, 0x01, 0x01, 0xff, 0x01};
18 #define MENU_HIDE_INDICATOR_XBM_SIZE 9
19 static unsigned char MENU_HIDE_INDICATOR_XBM_DATA
[] = {
20 0x99, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01, 0x01, 0x00,
21 0x00, 0x00, 0x00, 0x01, 0x33, 0x01};
23 #define MENU_SHADE_INDICATOR_XBM_SIZE 9
24 static unsigned char MENU_SHADE_INDICATOR_XBM_DATA
[] = {
25 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
26 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
31 /* the first one is for normal state, the second is for when
32 * the button is pushed */
33 static char *PRED_CLOSE_XPM
[] = {
50 static char *PRED_BROKEN_CLOSE_XPM
[] = {
67 static char *PRED_KILL_XPM
[] = {
84 static char *PRED_ICONIFY_XPM
[] = {
100 static char *NEXT_CLOSE_XPM
[] = {
183 static char *NEXT_BROKEN_CLOSE_XPM
[] = {
204 static char *NEXT_KILL_XPM
[] = {
281 static char *NEXT_ICONIFY_XPM
[] = {
366 #ifdef XKB_BUTTON_HINT
367 #include "extend_pixmaps.h"
368 #endif /* XKB_BUTTON_HINT */