vo_dxr3: Fix indentation

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32466 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-10-09 13:31:03 +00:00 committed by Uoti Urpala
parent ffb69180bb
commit 26108aa19a
1 changed files with 17 additions and 20 deletions

View File

@ -477,7 +477,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_
vo_dy = (vo_screenheight - d_height) / 2; vo_dy = (vo_screenheight - d_height) / 2;
vo_dwidth = d_width; vo_dwidth = d_width;
vo_dheight = d_height; vo_dheight = d_height;
{
XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay), &xwin_attribs); XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay), &xwin_attribs);
depth = xwin_attribs.depth; depth = xwin_attribs.depth;
if (depth != 15 && depth != 16 && depth != 24 && depth != 32) { if (depth != 15 && depth != 16 && depth != 24 && depth != 32) {
@ -491,7 +490,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_
xswa.border_pixel = 0; xswa.border_pixel = 0;
xswamask = CWBackPixel | CWBorderPixel; xswamask = CWBackPixel | CWBorderPixel;
XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xswa); XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xswa);
}
/* Start setting up overlay */ /* Start setting up overlay */
XGetWindowAttributes(mDisplay, mRootWin, &xwin_attribs); XGetWindowAttributes(mDisplay, mRootWin, &xwin_attribs);
@ -676,7 +674,6 @@ static void uninit(void)
overlay_release(overlay_data); overlay_release(overlay_data);
vo_x11_uninit(); vo_x11_uninit();
} }
#endif #endif
if (old_vmode != -1) { if (old_vmode != -1) {