Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemvideo.c @ 1070:75e8378103a9
Forgot variable declaration
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 06 Jun 2005 10:45:53 +0000 |
parents | 8b1c83edcde2 |
children | 24470ffe8ee4 |
comparison
equal
deleted
inserted
replaced
1069:8b1c83edcde2 | 1070:75e8378103a9 |
---|---|
297 } | 297 } |
298 } | 298 } |
299 | 299 |
300 int GEM_VideoInit(_THIS, SDL_PixelFormat *vformat) | 300 int GEM_VideoInit(_THIS, SDL_PixelFormat *vformat) |
301 { | 301 { |
302 int i; | 302 int i, menubar_size; |
303 short work_in[12], work_out[272], dummy; | 303 short work_in[12], work_out[272], dummy; |
304 | 304 |
305 /* Open AES (Application Environment Services) */ | 305 /* Open AES (Application Environment Services) */ |
306 if (appl_init() == -1) { | 306 if (appl_init() == -1) { |
307 fprintf(stderr,"Can not open AES\n"); | 307 fprintf(stderr,"Can not open AES\n"); |