mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:00:48 +00:00
Add base/screen conversion
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4377 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ddbad62b39
commit
ba5f43a515
4 changed files with 24 additions and 1 deletions
|
@ -263,6 +263,16 @@ struct NSWindow_struct
|
|||
[focus_stack removeLastObject];
|
||||
}
|
||||
|
||||
- (NSPoint) convertBaseToScreen: (NSPoint)point
|
||||
{
|
||||
return point;
|
||||
}
|
||||
|
||||
- (NSPoint) convertScreenToBase: (NSPoint)point
|
||||
{
|
||||
return point;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSGraphicsContext (Private)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue