Undo change

This commit is contained in:
Qball Cow 2014-05-26 15:37:33 +02:00
parent dfa2915ef0
commit d573f3db4d

View file

@ -448,7 +448,7 @@ static int take_keyboard ( Window w )
return 1; return 1;
} }
struct timespec rsl = { 0, 50000L }; struct timespec rsl = { 0, 100000L };
nanosleep ( &rsl, NULL ); nanosleep ( &rsl, NULL );
} }