Searched refs:hGDevice (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c208 GDHandle hGDevice; local
212 hGDevice = GetDeviceList (); /* top of device list */
216 hGDevice = GetNextDevice (hGDevice); /* next device */
217 } while (hGDevice);
225 hGDevice = GetDeviceList ();
231 pSysGammaOut->devGamma [devCount]->hGD = hGDevice; /* stuff handle */
232 pSysGammaOut->devGamma [devCount]->pDeviceGamma = (GammaTblPtr)GetDeviceGamma (hGDevice); /* copy gamma table */
237 hGDevice = GetNextDevice (hGDevice);
[all...]

Completed in 40 milliseconds