Home
last modified time | relevance | path

Searched refs:AG_DelEventSink (Results 1 – 6 of 6) sorted by relevance

/dports/devel/agar/agar-1.5.0/core/
H A Devent.h301 void AG_DelEventSink(AG_EventSink *);
H A D.manlinks.mk1308 MANLINKS+=AG_EventLoop.3:AG_DelEventSink.3
1309 CATLINKS+=AG_EventLoop.cat3:AG_DelEventSink.cat3
1326 MANLINKS+=AG_EventLoop.3:AG_DelEventSink.3
1327 CATLINKS+=AG_EventLoop.cat3:AG_DelEventSink.cat3
H A Devent.c1016 AG_DelEventSink(AG_EventSink *es) in AG_DelEventSink() function
1063 AG_DelEventSink(es); in AG_DelEventSinksByIdent()
/dports/devel/agar/agar-1.5.0/gui/
H A Ddrv_glx.c186 AG_DelEventSink(glxEventSink); glxEventSink = NULL; in GLX_DestroyGlobals()
201 AG_DelEventSink(glxEventSpinner); in GLX_DestroyGlobals()
2090 if (glxEventSink != NULL) { AG_DelEventSink(glxEventSink); glxEventSink = NULL; } in GLX_InitGlobals()
H A Ddrv_wgl.c220 AG_DelEventSink(wglEventSpinner); wglEventSpinner = NULL; in WGL_Close()
H A Ddrv_cocoa.m480 AG_DelEventSink(cocEventSpinner); cocEventSpinner = NULL;