+3
-3
@@ -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的显示
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user