comparison libvo/x11_common.c @ 24890:a54a25221b79

Remove some pointless 'inline' qualifiers Most of these functions aren't even used in the same translation unit.
author uau
date Thu, 01 Nov 2007 06:52:10 +0000
parents ddd7774aa043
children 139197373d1b
comparison
equal deleted inserted replaced
24889:4055d43fc406 24890:a54a25221b79
2564 * Also draws the black bars ( when the video doesn't fit the display in 2564 * Also draws the black bars ( when the video doesn't fit the display in
2565 * fullscreen ) separately, so they don't overlap with the video area. 2565 * fullscreen ) separately, so they don't overlap with the video area.
2566 * It doesn't call XFlush. 2566 * It doesn't call XFlush.
2567 * 2567 *
2568 */ 2568 */
2569 inline void vo_xv_draw_colorkey( int32_t x, int32_t y, 2569 void vo_xv_draw_colorkey( int32_t x, int32_t y,
2570 int32_t w, int32_t h ) 2570 int32_t w, int32_t h )
2571 { 2571 {
2572 if( xv_ck_info.method == CK_METHOD_MANUALFILL || 2572 if( xv_ck_info.method == CK_METHOD_MANUALFILL ||
2573 xv_ck_info.method == CK_METHOD_BACKGROUND )//less tearing than XClearWindow() 2573 xv_ck_info.method == CK_METHOD_BACKGROUND )//less tearing than XClearWindow()
2574 { 2574 {