Vuo  1.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions | Variables
VuoGraphicsWindow.m File Reference

Description

VuoGraphicsWindow implementation.

Functions

static void __attribute__ ((constructor)) VuoGraphicsWindow_init()
 Initialize VuoGraphicsWindow_fullScreenTransitionSemaphore.
 

Variables

dispatch_semaphore_t VuoGraphicsWindow_fullScreenTransitionSemaphore
 Serialize making windows fullscreen, since Mac OS X beeps at you (!) if you try to fullscreen two windows too quickly.
 

Function Documentation

static void __attribute__ ( (constructor)  )
static

Initialize VuoGraphicsWindow_fullScreenTransitionSemaphore.

Variable Documentation

dispatch_semaphore_t VuoGraphicsWindow_fullScreenTransitionSemaphore

Serialize making windows fullscreen, since Mac OS X beeps at you (!) if you try to fullscreen two windows too quickly.