mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-12-21 10:59:58 +08:00
remove shape resource
This commit is contained in:
@@ -25,16 +25,4 @@ typedef struct struct_font_info
|
||||
LATTICE* lattice_array;
|
||||
} FONT_INFO;
|
||||
|
||||
//SHAPE
|
||||
#define INVALID_RGN 0xFFFFFF
|
||||
#define COLOR_USERDEF GL_RGB(41,49,49)
|
||||
typedef struct struct_color_rect
|
||||
{
|
||||
int l;
|
||||
int t;
|
||||
int r;
|
||||
int b;
|
||||
unsigned int color;
|
||||
}COLOR_RECT;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user