写太烂了,重写吧

Signed-off-by: fong <wuwenfengmi@outlook.com>
This commit is contained in:
fong
2023-12-25 22:34:11 +08:00
parent bc827a263d
commit be3a8d1a9c
140 changed files with 29173 additions and 11596 deletions
+3 -3
View File
@@ -392,7 +392,7 @@ void UI_Server(UI *ui)
switch(hit_flag)
{
case CLOSE:
//Close_Windows_Stack(ui,temp_windows_stack);
Close_Windows_Stack(ui,temp_windows_stack);
ui->refresh_ui_flag=1; //发生了变化 刷新ui的显示
break;
case BAR:
@@ -421,8 +421,8 @@ void UI_Server(UI *ui)
}else
{
temp_window=ui->moveed_windwos;
temp_window->x=t_x-ui->move_x;
temp_window->y=t_y-ui->move_y;
temp_window->x=(t_x-ui->move_x);
temp_window->y=(t_y-ui->move_y);
ui->refresh_ui_flag=1;
//发生了变化 刷新ui的显示
}