comparison libvo/x11_common.c @ 25962:afa125da85cf

typo fix: inited --> initialized
author diego
date Thu, 14 Feb 2008 14:23:55 +0000
parents b13f792efe7b
children d557441dc9c5
comparison
equal deleted inserted replaced
25961:354ad909efcf 25962:afa125da85cf
544 void vo_uninit(void) 544 void vo_uninit(void)
545 { 545 {
546 if (!mDisplay) 546 if (!mDisplay)
547 { 547 {
548 mp_msg(MSGT_VO, MSGL_V, 548 mp_msg(MSGT_VO, MSGL_V,
549 "vo: x11 uninit called but X11 not inited..\n"); 549 "vo: x11 uninit called but X11 not initialized..\n");
550 return; 550 return;
551 } 551 }
552 // if( !vo_depthonscreen ) return; 552 // if( !vo_depthonscreen ) return;
553 mp_msg(MSGT_VO, MSGL_V, "vo: uninit ...\n"); 553 mp_msg(MSGT_VO, MSGL_V, "vo: uninit ...\n");
554 XSetErrorHandler(NULL); 554 XSetErrorHandler(NULL);