diff gui/wm/ws.c @ 35699:36527758158b

Make wsWindowDecoration() static. It now has only file scope.
author ib
date Sat, 19 Jan 2013 12:55:26 +0000
parents e44757ea8f94
children 7820bad7c1f8
line wrap: on
line diff
--- a/gui/wm/ws.c	Sat Jan 19 12:53:14 2013 +0000
+++ b/gui/wm/ws.c	Sat Jan 19 12:55:26 2013 +0000
@@ -783,7 +783,7 @@
     XSetWMNormalHints(wsDisplay, win->WindowID, &size);
 }
 
-void wsWindowDecoration(wsWindow *win)
+static void wsWindowDecoration(wsWindow *win)
 {
     Atom wsMotifHints;
     struct {