Clarify defines and make them not look like non-local ones; started by a

small diff from Thomas Pfaff.

ok oga@
This commit is contained in:
okan
2011-07-23 13:09:11 +00:00
parent c585dfbf32
commit 69ac0624cc
6 changed files with 23 additions and 23 deletions

View File

@@ -180,8 +180,8 @@ x_setupscreen(struct screen_ctx *sc, u_int which)
xu_setwmname(sc);
rootattr.cursor = Cursor_normal;
rootattr.event_mask = ChildMask|PropertyChangeMask|EnterWindowMask|
LeaveWindowMask|ColormapChangeMask|ButtonMask;
rootattr.event_mask = CHILDMASK|PropertyChangeMask|EnterWindowMask|
LeaveWindowMask|ColormapChangeMask|BUTTONMASK;
XChangeWindowAttributes(X_Dpy, sc->rootwin,
CWEventMask|CWCursor, &rootattr);