Mercurial > mplayer.hg
changeset 35737:1bdc6cea0722
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Wed, 23 Jan 2013 14:10:24 +0000 |
parents | f1a696672425 |
children | c2b6074cc28d |
files | gui/wm/ws.c |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Wed Jan 23 14:08:58 2013 +0000 +++ b/gui/wm/ws.c Wed Jan 23 14:10:24 2013 +0000 @@ -827,13 +827,13 @@ win->AtomsProtocols[2] = win->AtomRolle; /* --- */ - win->WindowAttrib.border_pixel = WhitePixel(wsDisplay, wsScreen); - win->WindowAttrib.colormap = XCreateColormap(wsDisplay, wsRootWin, win->VisualInfo.visual, AllocNone); - win->WindowAttrib.event_mask = StructureNotifyMask | FocusChangeMask | - ExposureMask | PropertyChangeMask | - EnterWindowMask | LeaveWindowMask | - VisibilityChangeMask | - KeyPressMask | KeyReleaseMask; + win->WindowAttrib.border_pixel = WhitePixel(wsDisplay, wsScreen); + win->WindowAttrib.colormap = XCreateColormap(wsDisplay, wsRootWin, win->VisualInfo.visual, AllocNone); + win->WindowAttrib.event_mask = StructureNotifyMask | FocusChangeMask | + ExposureMask | PropertyChangeMask | + EnterWindowMask | LeaveWindowMask | + VisibilityChangeMask | + KeyPressMask | KeyReleaseMask; if ((c & wsHandleMouseButton)) win->WindowAttrib.event_mask |= ButtonPressMask | ButtonReleaseMask;