diff options
| author | Zakk Roberts <midk@rockbox.org> | 2006-03-04 10:55:54 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2006-03-04 10:55:54 +0000 |
| commit | 87142ab6bbaa3c8129d9ebbce449ebe66ece523a (patch) | |
| tree | 7a6f419cf1bdd1ac25be656d3a3cafa717c247d7 /apps/gui/color_picker.h | |
| parent | 8fc55d55eb2efc8a5875abe42976e256dd8950e5 (diff) | |
| download | rockbox-87142ab6bbaa3c8129d9ebbce449ebe66ece523a.zip rockbox-87142ab6bbaa3c8129d9ebbce449ebe66ece523a.tar.gz rockbox-87142ab6bbaa3c8129d9ebbce449ebe66ece523a.tar.bz2 rockbox-87142ab6bbaa3c8129d9ebbce449ebe66ece523a.tar.xz | |
Patch 4765 by Jonathan Gordon - don't allow the same colors to be selected for foreground and background.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8900 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/color_picker.h')
| -rw-r--r-- | apps/gui/color_picker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/color_picker.h b/apps/gui/color_picker.h index 1fa35f0..f520083 100644 --- a/apps/gui/color_picker.h +++ b/apps/gui/color_picker.h @@ -20,6 +20,6 @@ #ifdef HAVE_LCD_COLOR /* this file is a bit useless on non color lcds.. */ -bool set_color(struct screen *display,char *title, int* color); +bool set_color(struct screen *display,char *title, int* color, int banned_color); #endif |