comparison libvo/vo_dga.c @ 4439:682af066d7bf

removed obsoleted Terminate_Display_Process
author alex
date Thu, 31 Jan 2002 11:45:25 +0000
parents df8e0f71cc3c
children 5fbfd8545c3b
comparison
equal deleted inserted replaced
4438:e01ee848935f 4439:682af066d7bf
21 * BGR_32_24_888 21 * BGR_32_24_888
22 * 22 *
23 * - works only on x86 architectures 23 * - works only on x86 architectures
24 * 24 *
25 * $Log$ 25 * $Log$
26 * Revision 1.39 2002/01/31 11:45:25 alex
27 * removed obsoleted Terminate_Display_Process
28 *
26 * Revision 1.38 2002/01/31 09:52:45 nick 29 * Revision 1.38 2002/01/31 09:52:45 nick
27 * new info for tuning 30 * new info for tuning
28 * 31 *
29 * Revision 1.35 2001/12/28 20:52:54 alex 32 * Revision 1.35 2001/12/28 20:52:54 alex
30 * use XF86VidMode later in init (at line 1031) only if we've got support (if have_vm==1) 33 * use XF86VidMode later in init (at line 1031) only if we've got support (if have_vm==1)
578 w,h, vo_dga_width * HW_MODE.vdm_bytespp, 581 w,h, vo_dga_width * HW_MODE.vdm_bytespp,
579 stride[0],stride[1] ); 582 stride[0],stride[1] );
580 } 583 }
581 return 0; 584 return 0;
582 }; 585 };
583
584 //---------------------------------------------------------
585
586
587 static void Terminate_Display_Process( void ){
588 vd_printf(VD_DBG, "vo_dga: Terminating display process\n");
589 }
590 586
591 //--------------------------------------------------------- 587 //---------------------------------------------------------
592 588
593 static const vo_info_t* get_info( void ) 589 static const vo_info_t* get_info( void )
594 { return &vo_info; } 590 { return &vo_info; }