]> Dogcows Code - chaz/openbox/blobdiff - render/render.c
setting variables helps
[chaz/openbox] / render / render.c
index 36d26a6f0f1670a24bd140f5b8a84fe557606772..05f7c9931c11a9837ff26787ae0d24628f72902a 100644 (file)
@@ -352,7 +352,7 @@ void RrMinsize(RrAppearance *a, gint *w, gint *h)
     if (*h < 1) *h = 1;
 }
 
-void reverse_bits(gchar *c, gint n)
+static void reverse_bits(gchar *c, gint n)
 {
     gint i;
     for (i = 0; i < n; i++)
This page took 0.022311 seconds and 4 git commands to generate.