]> Dogcows Code - chaz/openbox/blobdiff - render/render.c
prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameCo...
[chaz/openbox] / render / render.c
index 96866923f568b7ce713e939fe8ea500e1391c3b2..5245d3061ffa494bab24f46d485ef2656618f7d6 100644 (file)
@@ -23,7 +23,7 @@ void RrPaint(RrAppearance *l, Window win, gint w, gint h)
     int i, transferred = 0, sw;
     RrPixel32 *source, *dest;
     Pixmap oldp;
-    Rect tarea; /* area in which to draw textures */
+    RrRect tarea; /* area in which to draw textures */
     gboolean resized;
 
     if (w <= 0 || h <= 0) return;
This page took 0.020945 seconds and 4 git commands to generate.