mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 16:06:27 +00:00
View display an tiff improvements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6463 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ba2e62d6de
commit
c256b1df22
7 changed files with 167 additions and 117 deletions
|
@ -1328,6 +1328,8 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
|
||||
[ctxt lockFocusView: self inRect: rect];
|
||||
wrect = [self convertRect: rect toView: nil];
|
||||
NSDebugLLog(@"NSView", @"Displaying rect \n\t%@\n\t window %p",
|
||||
NSStringFromRect(wrect), _window);
|
||||
window_t = (struct NSWindow_struct *)_window;
|
||||
[window_t->rectsBeingDrawn addObject: [NSValue valueWithRect: wrect]];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue