Mercurial > mplayer.hg
changeset 36926:f28f084fa78c
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Wed, 19 Mar 2014 13:56:44 +0000 |
parents | f0dd7b34f56e |
children | b99b9968056b |
files | gui/wm/ws.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Wed Mar 19 13:54:54 2014 +0000 +++ b/gui/wm/ws.c Wed Mar 19 13:56:44 2014 +0000 @@ -1443,8 +1443,8 @@ case wsHideMouseCursor: if (win->wsCursor == None) { - win->wsCursor = XCreatePixmapCursor(wsDisplay, win->wsCursorPixmap, win->wsCursorPixmap, &win->wsColor, &win->wsColor, 0, 0); - XDefineCursor(wsDisplay, win->WindowID, win->wsCursor); + win->wsCursor = XCreatePixmapCursor(wsDisplay, win->wsCursorPixmap, win->wsCursorPixmap, &win->wsColor, &win->wsColor, 0, 0); + XDefineCursor(wsDisplay, win->WindowID, win->wsCursor); } break;