Made the windows backend compile again and new event polling.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@19917 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2004-08-24 18:53:39 +00:00
parent f338db7159
commit fd522b2615
3 changed files with 27 additions and 12 deletions

View file

@ -109,17 +109,6 @@
/* FIXME */
}
- (NSColor *) NSReadPixel: (NSPoint)location
{
/* FIXME */
return nil;
}
- (void) beep
{
/* FIXME: Flash screen? */
}
+ (void) handleExposeRect: (NSRect)rect forDriver: (void *)driver
{
NSLog (@"expose");