> I think we should verify how Blink works under MacOS-X and OPENSTEP to see > if we need to generate an event to get the window updated.
Here is a backstrace of a blinking cursor on OpenStep with a breakpoint in flushWindow (update is never called in this case). 'DocWindow' is a direct subclass of NSWindow. Georg #0 -[DocWindow flushWindow] (self=0x103098c, _cmd=0x1403580c) at DocWindow.m:34 #1 0x6025495 in -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] () #2 0x601ec5d in -[NSView displayIfNeeded] () #3 0x6044b58 in -[NSWindow displayIfNeeded] () #4 0x60513d3 in -[NSWindow _handleWindowNeedsDisplay:] () #5 0x1800a987 in -[NSObject performSelector:withObject:] () #6 0x1801f3f8 in -[NSPerformTimer fire] () #7 0x1800c112 in -[NSRunLoop _doPerformersForMode:reclaim:] () #8 0x1801df89 in -[NSRunLoop _nextTimerInterval:forMode:modeInfo:] () #9 0x1801726e in -[NSRunLoop limitDateForMode:] () #10 0x600a7d5 in _DPSNextEvent () #11 0x6016c58 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] () #12 0x602197e in -[NSApplication run] () #13 0x61c704e in NSApplicationMain () #14 0x74e15 in main (argc=1, argv=0xbffffdfc) at Cenon_main.m:4 #15 0x3d3e in start () at crt0.c:144 _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
