Drag and drop files: more stable. Unfinished

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1570 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-08-12 20:08:36 +00:00
parent cd39485232
commit c83cd8c339
4 changed files with 101 additions and 34 deletions

View File

@@ -1908,8 +1908,7 @@ void Airbrush_1_0(void)
Backup();
Shade_table=Shade_table_left;
//Need_Timer_events=1;
//Activate_timer(10);
Need_timer_for_tool=1;
if (SDL_GetTicks()>Airbrush_next_time)
{
Airbrush(LEFT_SIDE);
@@ -1935,8 +1934,7 @@ void Airbrush_2_0(void)
Init_start_operation();
Backup();
Shade_table=Shade_table_right;
//Need_Timer_events=1;
//Activate_timer(10);
Need_timer_for_tool=1;
if (SDL_GetTicks()>Airbrush_next_time)
{
Airbrush(RIGHT_SIDE);
@@ -1993,8 +1991,7 @@ void Airbrush_0_2(void)
//
{
Operation_stack_size-=2;
//Need_Timer_events=0;
//Disable_timer();
//Need_timer_for_tool=0; // Not needed, mouse release did it in Get_input()
End_of_modification();
}