[MPlayer-cvslog] r35793 - in trunk/gui/wm: ws.c ws.h
ib
subversion at mplayerhq.hu
Sat Jan 19 13:55:26 CET 2013
Author: ib
Date: Sat Jan 19 13:55:26 2013
New Revision: 35793
Log:
Make wsWindowDecoration() static.
It now has only file scope.
Modified:
trunk/gui/wm/ws.c
trunk/gui/wm/ws.h
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Sat Jan 19 13:53:14 2013 (r35792)
+++ trunk/gui/wm/ws.c Sat Jan 19 13:55:26 2013 (r35793)
@@ -783,7 +783,7 @@ static void wsSizeHint(wsWindow *win)
XSetWMNormalHints(wsDisplay, win->WindowID, &size);
}
-void wsWindowDecoration(wsWindow *win)
+static void wsWindowDecoration(wsWindow *win)
{
Atom wsMotifHints;
struct {
Modified: trunk/gui/wm/ws.h
==============================================================================
--- trunk/gui/wm/ws.h Sat Jan 19 13:53:14 2013 (r35792)
+++ trunk/gui/wm/ws.h Sat Jan 19 13:55:26 2013 (r35793)
@@ -182,7 +182,6 @@ void wsWindowRaiseTop(Display *display,
void wsWindowBackground(wsWindow *win, int r, int g, int b);
void wsWindowClear(wsWindow *win);
void wsWindowVisibility(wsWindow *win, int vis);
-void wsWindowDecoration(wsWindow *win);
void wsWindowLayer(Display *display, Window Win, Bool fullscreen);
void wsWindowFullscreen(wsWindow *win);
void wsWindowRedraw(wsWindow *win);
More information about the MPlayer-cvslog
mailing list