Home
last modified time | relevance | path

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

/NextBSD/lib/libvgl/
HDmain.c59 static int VGLOnDisplay; variable
121 if (!VGLOnDisplay) in VGLSwitch()
122 VGLOnDisplay = 1; in VGLSwitch()
124 VGLOnDisplay = 0; in VGLSwitch()
145 VGLOnDisplay = 1; in VGLInit()
345 if (VGLOnDisplay) { in VGLCheckSwitch()
513 while (!VGLOnDisplay) pause(); in VGLCheckSwitch()