From ff1321a15a4a6e96961592c4374e27f19f5d6e82 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 26 Apr 2018 14:03:28 +0200 Subject: [PATCH] Renamed function --- tools/rGuiStyler/rguistyler.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/rGuiStyler/rguistyler.c b/tools/rGuiStyler/rguistyler.c index 86bcf92..217e646 100644 --- a/tools/rGuiStyler/rguistyler.c +++ b/tools/rGuiStyler/rguistyler.c @@ -56,11 +56,6 @@ //---------------------------------------------------------------------------------- // Defines and Macros //---------------------------------------------------------------------------------- -#define FONT_SIZE 10 -#define COLOR_REC GuiLinesColor() -#define CONTROL_LIST_HEIGHT 38 -#define STATUS_BAR_HEIGHT 25 - #define NUM_CONTROLS 13 #define NUM_STYLES_A 4 #define NUM_STYLES_B 8 @@ -505,7 +500,7 @@ int main(int argc, char *argv[]) ClearBackground(RAYWHITE); // Draw background rectangle - DrawRectangle(0, 0, GetScreenWidth(), GetScreenHeight(), GuiBackgroundColor()); + DrawRectangle(0, 0, GetScreenWidth(), GetScreenHeight(), GuiGetBackgroundColor()); // Draw info bar top GuiStatusBar((Rectangle){ anchor01.x + 0, anchor01.y + 0, 720, 24 }, "CHOOSE CONTROL > CHOOSE PROPERTY STYLE > STYLE VIEWER", 35);