Google
Web alhem.net
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

guicolors.h

Go to the documentation of this file.
00001 00006 /* 00007 Copyright (C) 2004 Anders Hedstrom 00008 00009 This program is free software; you can redistribute it and/or 00010 modify it under the terms of the GNU General Public License 00011 as published by the Free Software Foundation; either version 2 00012 of the License, or (at your option) any later version. 00013 00014 This program is distributed in the hope that it will be useful, 00015 but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 GNU General Public License for more details. 00018 00019 You should have received a copy of the GNU General Public License 00020 along with this program; if not, write to the Free Software 00021 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00022 */ 00023 #ifndef _GUICOLORS_H 00024 #define _GUICOLORS_H 00025 00026 //#define DEFAULT_BG SDL_MapRGB(GetScreen() -> format, 0, 0, 0) 00027 #define DEFAULT_BG_R 0 00028 #define DEFAULT_BG_G 0 00029 #define DEFAULT_BG_B 0 00030 00031 //#define DEFAULT_FG SDL_MapRGB(GetScreen() -> format, 255, 0, 0) 00032 #define DEFAULT_FG_R 255 00033 #define DEFAULT_FG_G 0 00034 #define DEFAULT_FG_B 0 00035 00036 //#define BLACK SDL_MapRGB(GetScreen() -> format, 0, 0, 0) 00037 //#define WHITE SDL_MapRGB(GetScreen() -> format, 255, 255, 255) 00038 00039 //#define EDIT_DEFAULT_BG SDL_MapRGB(GetScreen() -> format, 255, 255, 255) 00040 #define EDIT_DEFAULT_BG_R 255 00041 #define EDIT_DEFAULT_BG_G 255 00042 #define EDIT_DEFAULT_BG_B 255 00043 00044 //#define EDIT_DEFAULT_FG SDL_MapRGB(GetScreen() -> format, 0, 0, 0) 00045 #define EDIT_DEFAULT_FG_R 0 00046 #define EDIT_DEFAULT_FG_G 0 00047 #define EDIT_DEFAULT_FG_B 0 00048 00049 #define EDIT_DEFAULT_FW 1 00050 00051 //#define EDIT_DEFAULT_FC SDL_MapRGB(GetScreen() -> format, 0, 0, 0) 00052 #define EDIT_DEFAULT_FC_R 0 00053 #define EDIT_DEFAULT_FC_G 0 00054 #define EDIT_DEFAULT_FC_B 0 00055 00056 00057 //#define DIALOG_DEFAULT_BG SDL_MapRGB(GetScreen() -> format, 255, 255, 255) 00058 #define DIALOG_DEFAULT_BG_R 255 00059 #define DIALOG_DEFAULT_BG_G 255 00060 #define DIALOG_DEFAULT_BG_B 255 00061 00062 #define DIALOG_DEFAULT_FW 2 00063 00064 //#define DIALOG_DEFAULT_FC SDL_MapRGB(GetScreen() -> format, 0, 0, 0) 00065 #define DIALOG_DEFAULT_FC_R 0 00066 #define DIALOG_DEFAULT_FC_G 0 00067 #define DIALOG_DEFAULT_FC_B 0 00068 00069 00070 //#define STATIC_DEFAULT_BG DIALOG_DEFAULT_BG 00071 #define STATIC_DEFAULT_BG_R DIALOG_DEFAULT_BG_R 00072 #define STATIC_DEFAULT_BG_G DIALOG_DEFAULT_BG_G 00073 #define STATIC_DEFAULT_BG_B DIALOG_DEFAULT_BG_B 00074 00075 //#define STATIC_DEFAULT_FG SDL_MapRGB(GetScreen() -> format, 0, 0, 0) 00076 #define STATIC_DEFAULT_FG_R 0 00077 #define STATIC_DEFAULT_FG_G 0 00078 #define STATIC_DEFAULT_FG_B 0 00079 00080 #define STATIC_DEFAULT_FW 0 00081 00082 00083 //#define BUTTON_DEFAULT_BG SDL_MapRGB(GetScreen() -> format, 64, 64, 64) 00084 #define BUTTON_DEFAULT_BG_R 64 00085 #define BUTTON_DEFAULT_BG_G 64 00086 #define BUTTON_DEFAULT_BG_B 64 00087 00088 //#define BUTTON_DEFAULT_FG SDL_MapRGB(GetScreen() -> format, 224, 224, 224) 00089 #define BUTTON_DEFAULT_FG_R 224 00090 #define BUTTON_DEFAULT_FG_G 224 00091 #define BUTTON_DEFAULT_FG_B 224 00092 00093 #define BUTTON_DEFAULT_FW 1 00094 00095 //#define BUTTON_DEFAULT_FC SDL_MapRGB(GetScreen() -> format, 0, 0, 0) 00096 #define BUTTON_DEFAULT_FC_R 0 00097 #define BUTTON_DEFAULT_FC_G 0 00098 #define BUTTON_DEFAULT_FC_B 0 00099 00100 00101 #endif // _GUICOLORS_H

Generated for My SDL C++ Gui by doxygen 1.3.6

www.TV-friendship.com
The matchmaking service with an all new twist.

Quantum 'Teleportation'
Some thoughts
Page, code, and content Copyright (C) 2004 by Anders Hedström