]> Dogcows Code - chaz/openbox/blobdiff - render/instance.c
properly place the msg texture
[chaz/openbox] / render / instance.c
index 91f9db77934ff309d8f8ef05ea67041b21b68d21..b867815c31c5096b44b9b7a6b2470fef8a6402f6 100644 (file)
@@ -91,7 +91,7 @@ RrInstance* RrInstanceNew (Display *display, gint screen)
     return definst;
 }
 
-void RrTrueColorSetup (RrInstance *inst)
+static void RrTrueColorSetup (RrInstance *inst)
 {
   gulong red_mask, green_mask, blue_mask;
   XImage *timage = NULL;
@@ -121,7 +121,7 @@ void RrTrueColorSetup (RrInstance *inst)
 
 #define RrPseudoNcolors(inst) (1 << (inst->pseudo_bpc * 3))
 
-void RrPseudoColorSetup (RrInstance *inst)
+static void RrPseudoColorSetup (RrInstance *inst)
 {
     XColor icolors[256];
     gint tr, tg, tb, n, r, g, b, i, incolors, ii;
This page took 0.020554 seconds and 4 git commands to generate.