* Source/win32/WIN32Server.m: Re-add 2005-02-23 change.

* Source/xlib/GSXftFontInfo.m (-setupAttributes): Make log message
more verbose.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@21030 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2005-04-01 15:44:24 +00:00
parent e4f5ea5225
commit 96a6e54fea
4 changed files with 16 additions and 5 deletions

View file

@ -125,7 +125,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
watcher: (id<RunLoopEvents>)self
forMode: mode];
#else
// FIXME
#if 0
NSTimer *timer;
timer = [NSTimer timerWithTimeInterval: 0.01
@ -134,6 +134,11 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
userInfo: nil
repeats: YES];
[[NSRunLoop currentRunLoop] addTimer: timer forMode: mode];
#else
[[NSRunLoop currentRunLoop] addMsgTarget: self
withMethod: @selector(callback:)
forMode: mode];
#endif
#endif
}