Home | History | Annotate | Download | only in macdsp

Lines Matching defs:display_id

469 	DisplayIDType        display_id;
494 if (noErr != DMGetDisplayIDByGDevice (main_device, &display_id, SDL_FALSE)) {
500 if (noErr != DSpUserSelectContext (&attrib, display_id, NULL, &context)) {
505 if (noErr != DSpContext_GetDisplayID (context, &display_id)) {
510 if (noErr != DMGetGDeviceByDisplayID (display_id, &main_device, SDL_FALSE)) {
764 DisplayIDType display_id;
813 if ( noErr != DMGetDisplayIDByGDevice (SDL_Display, &display_id, SDL_FALSE) ) {
814 SDL_SetError ("Display Manager couldn't associate GDevice with display_id");
817 if ( DSpFindBestContextOnDisplayID(&attrib, &dsp_context, display_id) != noErr ) {