comparison src/video/gem/SDL_gemvideo.c @ 2199:7e1caa8452f3

indent
author Sam Lantinga <slouken@libsdl.org>
date Sun, 15 Jul 2007 16:59:16 +0000
parents f54670a477bb
children 99210400e8b9
comparison
equal deleted inserted replaced
2198:fe19afb86473 2199:7e1caa8452f3
149 if (aes_global[0] >= 0x0410) { 149 if (aes_global[0] >= 0x0410) {
150 short ap_gout[4]; 150 short ap_gout[4];
151 151
152 data->wfeatures = 0; 152 data->wfeatures = 0;
153 if (appl_getinfo(AES_WINDOW, &ap_gout[0], &ap_gout[1], &ap_gout[2], 153 if (appl_getinfo(AES_WINDOW, &ap_gout[0], &ap_gout[1], &ap_gout[2],
154 &ap_gout[3]) == 0) { 154 &ap_gout[3]) == 0) {
155 data->wfeatures = ap_gout[0]; 155 data->wfeatures = ap_gout[0];
156 } 156 }
157 } 157 }
158 158
159 /* Ask VDI physical workstation handle opened by AES */ 159 /* Ask VDI physical workstation handle opened by AES */