+8
-8
@@ -12,10 +12,10 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint16_t x;
|
||||
uint16_t y;
|
||||
uint16_t width;
|
||||
uint16_t high;
|
||||
int x;
|
||||
int y;
|
||||
int width;
|
||||
int high;
|
||||
COLOR_16 background;
|
||||
char title[16];
|
||||
uint8_t refresh_windows_flag;
|
||||
@@ -35,10 +35,10 @@ typedef struct windows_stack
|
||||
typedef struct
|
||||
{
|
||||
COLOR_16 background;
|
||||
uint16_t x;
|
||||
uint16_t y;
|
||||
uint16_t width;
|
||||
uint16_t high;
|
||||
int x;
|
||||
int y;
|
||||
int width;
|
||||
int high;
|
||||
windows_stack *windows;
|
||||
windows_stack *last_windows;
|
||||
window *moveed_windwos;//¼Ç¼ÕýÔÚ±»Òƶ¯µÄ´°¿Ú
|
||||
|
||||
Reference in New Issue
Block a user