From 9b1a901da96ef0e1068f6a88ba1c4e198574e85f Mon Sep 17 00:00:00 2001 From: mazze Date: Wed, 27 Apr 2016 22:02:23 +0000 Subject: [PATCH] Hint added. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52706 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/gl/gl_init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workbench/libs/gl/gl_init.c b/workbench/libs/gl/gl_init.c index b476770add..abe4d98b51 100644 --- a/workbench/libs/gl/gl_init.c +++ b/workbench/libs/gl/gl_init.c @@ -219,6 +219,8 @@ static AROS_UFH3(struct Library *, GM_UNIQUENAME(LibInit), sizeof(struct SignalSemaphore) + sizeof(struct NotifyRequest)); InitSemaphore(&GLB(base)->glb_Sem); + // TODO: the following line is a workaround for a bug in + // the notification system. GetGLVar(base); SetupGLVarNotification(base); -- 2.11.4.GIT