From e53a059c188c72bf7eea7a966606fe086e4c2d04 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Mon, 26 Aug 2024 21:19:46 -0500 Subject: Box --- src/screen.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 93297ee..9ffff20 100644 --- a/src/screen.h +++ b/src/screen.h @@ -46,7 +46,9 @@ enum custom_colors { }; enum customcolor_pairs { - CCP_UNDEFINED, + CCP_UNDEFINED = -1, + + CCP_CURSES_DEFAULT = 0, CCP_TESTING, CCP_BANNER, @@ -71,11 +73,7 @@ struct slotholder { int slotx; int sloty; - struct subslot { - WINDOW *subslot; - enum customcolor_pairs color; - - } subslots[3]; + WINDOW *subslot[3]; }; struct funcholder { -- cgit v1.2.3