mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:27:40 +00:00
Changes for backend miniwin control
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13289 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
189a2e2670
commit
79c5024052
4 changed files with 17 additions and 2 deletions
|
@ -461,6 +461,16 @@ GSCurrentServer(void)
|
|||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/** Returns YES if the application should create the miniwindow counterpart
|
||||
to the full size window and own it. Some display systems handle the
|
||||
miniwindow themselves. In this case the backend subclass should
|
||||
override this method to return NO. */
|
||||
- (BOOL) appOwnsMiniwindow
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
/** Sets the window drawable for the current NSGraphicsContext,
|
||||
typically by calling [NSGraphicsContext -DPSsetgcdrawable::::],
|
||||
although depending on the concrete implmentation, more information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue