更新一些元件的显示方式

Signed-off-by: fong <wuwenfengmi@outlook.com>
This commit is contained in:
fong
2024-01-01 01:40:59 +08:00
parent 5e222238d3
commit f1409a9ec0
10 changed files with 6281 additions and 6202 deletions
+2
View File
@@ -75,6 +75,7 @@ window *New_Window(UI *ui,uint16_t x,uint16_t y,uint16_t width,uint16_t high,COL
temp_window->width=width;
temp_window->x=x;
temp_window->y=y;
temp_window->refresh_windows_flag=2;
for(int a=0;a<16;a++)
{
temp_window->title[a]=title[a];
@@ -423,6 +424,7 @@ void UI_Server(UI *ui)
temp_window=ui->moveed_windwos;
temp_window->x=(t_x-ui->move_x);
temp_window->y=(t_y-ui->move_y);
temp_window->refresh_windows_flag=1;
ui->refresh_ui_flag=1;
//发生了变化 刷新ui的显示
}