comparison libvo/vo_gl.c @ 7931:48c71b6c7389

vo_init() moved to/fixed in preinit()
author arpi
date Sun, 27 Oct 2002 03:16:21 +0000
parents ed7b05575aab
children 5b39e79af5fe
comparison
equal deleted inserted replaced
7930:a77aff3d7ac0 7931:48c71b6c7389
426 { 426 {
427 printf("[gl] Unknown subdevice: %s\n",arg); 427 printf("[gl] Unknown subdevice: %s\n",arg);
428 return ENOSYS; 428 return ENOSYS;
429 } 429 }
430 430
431 if(!vo_init()) return 1; 431 if( !vo_init() ) return -1; // Can't open X11
432 432
433 return 0; 433 return 0;
434 } 434 }
435 435
436 static uint32_t control(uint32_t request, void *data, ...) 436 static uint32_t control(uint32_t request, void *data, ...)