| Revision 1513,
437 bytes
checked in by philmoz, 18 months ago
(diff) |
|
Cleanup of code for handling CHDK 'gui' mode.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | #ifndef GUI_PALETTE_H |
|---|
| 2 | #define GUI_PALETTE_H |
|---|
| 3 | |
|---|
| 4 | #include "gui.h" |
|---|
| 5 | |
|---|
| 6 | //------------------------------------------------------------------- |
|---|
| 7 | |
|---|
| 8 | #define PALETTE_MODE_DEFAULT 0 |
|---|
| 9 | #define PALETTE_MODE_SELECT 1 |
|---|
| 10 | |
|---|
| 11 | //------------------------------------------------------------------- |
|---|
| 12 | extern void gui_palette_init(int mode, color st_color, void (*on_select)(color clr)); |
|---|
| 13 | |
|---|
| 14 | //------------------------------------------------------------------- |
|---|
| 15 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.