trunk/src/osd/sdl/drawogl.c
| r31305 | r31306 | |
| 1130 | 1130 | render_primitive *prim; |
| 1131 | 1131 | texture_info *texture=NULL; |
| 1132 | 1132 | float vofs, hofs; |
| 1133 | | int pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum = 0, is_vector; |
| 1133 | int pendingPrimitive=GL_NO_PRIMITIVE, curPrimitive=GL_NO_PRIMITIVE, scrnum, is_vector; |
| 1134 | 1134 | const screen_device *screen; |
| 1135 | 1135 | |
| 1136 | 1136 | if (video_config.novideo) |
| r31305 | r31306 | |
| 1158 | 1158 | } |
| 1159 | 1159 | break; |
| 1160 | 1160 | } |
| 1161 | | else |
| 1162 | | { |
| 1163 | | scrnum++; |
| 1164 | | } |
| 1165 | 1161 | } |
| 1166 | 1162 | } |
| 1167 | 1163 | #endif |