From a447d26ef81754cb0f67a29087fe2de1e0c855bd Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 6 Mar 2000 21:20:25 +0000 Subject: [PATCH] Tidied git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6197 72102866-910b-0410-8b05-ffd578937521 --- Source/NSGraphicsContext.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/NSGraphicsContext.m b/Source/NSGraphicsContext.m index c4d1711c8..1426aac59 100644 --- a/Source/NSGraphicsContext.m +++ b/Source/NSGraphicsContext.m @@ -826,6 +826,8 @@ NSGraphicsContext *GSCurrentContext() GET_IMP(@selector(DPSPostEvent:atStart:)); methodTable.DPSmouselocation__ = GET_IMP(@selector(DPSmouselocation::)); + methodTable.DPSsetinputstate__ = + GET_IMP(@selector(DPSsetinputstate::)); mptr = NSZoneMalloc(_globalGSZone, sizeof(gsMethodTable)); memcpy(mptr, &methodTable, sizeof(gsMethodTable));