mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 18:11:56 +00:00
Merge with trunk revision 40072
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40124 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c950044cfc
commit
28fb936763
5 changed files with 54 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<abstract>The window class</abstract>
|
||||
|
||||
Copyright (C) 1996 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996-2015 Free Software Foundation, Inc.
|
||||
|
||||
Author: Scott Christley <scottc@net-community.com>
|
||||
Venkat Ajjanagadde <venkat@ocbi.com>
|
||||
|
@ -2707,6 +2707,18 @@ titleWithRepresentedFilename(NSString *representedFilename)
|
|||
_f.dynamic_depth_limit = flag;
|
||||
}
|
||||
|
||||
- (NSWindowCollectionBehavior)collectionBehavior
|
||||
{
|
||||
//TODO: we don't handle collections yet and perhaps never will fully
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (void)setCollectionBehavior:(NSWindowCollectionBehavior)props
|
||||
{
|
||||
//TODO we don't handle collections yet. Perhaps certain features can be mapped on existing ones
|
||||
//other features are Expose specific or anyway probably not implementable
|
||||
}
|
||||
|
||||
/*
|
||||
* Cursor management
|
||||
*/
|
||||
|
@ -4903,7 +4915,7 @@ current key view.<br />
|
|||
sRect.size.height = value;
|
||||
|
||||
// Testplant-MAL-2015-07-08: keeping testplant branch code...
|
||||
#if defined(__MINGW__)
|
||||
#if defined(_WIN32)
|
||||
// Finally, this is for handling possible frame errors due to MSWindows sending
|
||||
// x/y frame position of -32000/32893 on a minimize. These are now ignored in the
|
||||
// backend but since they were stored before, if the application was quit with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue