mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 16:10:52 +00:00
minor fixes to compile with GC
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@27843 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1101ab7f8f
commit
8bb746dd57
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-02-11 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/x11/XGServerWindow.m: Minor fixes to compile with GC
|
||||
|
||||
2009-02-08 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/x11/XGServerWindow.m (-titlewindow::, -docedited::): Add
|
||||
|
|
|
@ -667,7 +667,7 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
|
|||
|
||||
[NSThread sleepUntilDate:
|
||||
[NSDate dateWithTimeIntervalSinceNow: 0.01]];
|
||||
DESTROY(pool);
|
||||
IF_NO_GC([pool release]);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -876,7 +876,7 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
|
|||
[NSThread sleepUntilDate:
|
||||
[NSDate dateWithTimeIntervalSinceNow: 0.01]];
|
||||
|
||||
DESTROY(pool);
|
||||
IF_NO_GC([pool release]);
|
||||
}
|
||||
if (XPending(dpy) == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue