Rev 1718 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1718 | Rev 1721 | ||
|---|---|---|---|
| Line 67... | Line 67... | ||
| 67 | CONS_LAST |
67 | CONS_LAST |
| 68 | }; |
68 | }; |
| 69 | 69 | ||
| 70 | static int console_vp; |
70 | static int console_vp; |
| 71 | static int cstatus_vp[CONSOLE_COUNT]; |
71 | static int cstatus_vp[CONSOLE_COUNT]; |
| 72 | static int cstat_row, cstat_col; /* Size of cstatus buttons */ |
- | |
| 73 | static enum butstate console_state[CONSOLE_COUNT]; |
72 | static enum butstate console_state[CONSOLE_COUNT]; |
| 74 | 73 | ||
| 75 | static int fbphone; |
74 | static int fbphone; |
| 76 | 75 | ||
| 77 | /** List of pixmaps identifying these icons */ |
76 | /** List of pixmaps identifying these icons */ |
| Line 343... | Line 342... | ||
| 343 | extern int _binary_nameic_ppm_size; |
342 | extern int _binary_nameic_ppm_size; |
| 344 | /** Redraws console graphics */ |
343 | /** Redraws console graphics */ |
| 345 | static void gcons_redraw_console(void) |
344 | static void gcons_redraw_console(void) |
| 346 | { |
345 | { |
| 347 | int i; |
346 | int i; |
| 348 | size_t hsize = (size_t)&_binary_helenos_ppm_size; |
- | |
| 349 | 347 | ||
| 350 | if (!use_gcons) |
348 | if (!use_gcons) |
| 351 | return; |
349 | return; |
| 352 | 350 | ||
| 353 | vp_switch(0); |
351 | vp_switch(0); |