mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +00:00
Shorter Timer interval for windows server.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@18704 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a45f81496
commit
d553a9adb2
2 changed files with 6 additions and 1 deletions
|
@ -95,7 +95,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
|||
// FIXME
|
||||
NSTimer *timer;
|
||||
|
||||
timer = [NSTimer timerWithTimeInterval: 0.1
|
||||
timer = [NSTimer timerWithTimeInterval: 0.01
|
||||
target: self
|
||||
selector: @selector(callback:)
|
||||
userInfo: nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue