Window frame/coordinate handling cleanups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23460 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-09-12 09:49:54 +00:00
parent 56635aac0e
commit 1737a99328
6 changed files with 146 additions and 101 deletions

View file

@ -23,7 +23,8 @@
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
*/
@ -295,12 +296,12 @@ NSGraphicsContext *GSCurrentContext(void)
return context_info;
}
- (void)flushGraphics
- (void) flushGraphics
{
[self subclassResponsibility: _cmd];
}
- (void *)graphicsPort
- (void *) graphicsPort
{
return NULL;
}