[MPlayer-cvslog] r35831 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Wed Jan 23 15:10:25 CET 2013
Author: ib
Date: Wed Jan 23 15:10:24 2013
New Revision: 35831
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Wed Jan 23 15:08:58 2013 (r35830)
+++ trunk/gui/wm/ws.c Wed Jan 23 15:10:24 2013 (r35831)
@@ -827,13 +827,13 @@ void wsWindowCreate(wsWindow *win, int x
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;
More information about the MPlayer-cvslog
mailing list