]> Dogcows Code - chaz/openbox/blobdiff - render/render.c
2 in 1 deal :\
[chaz/openbox] / render / render.c
index 804e6c36f4891d8ed578f0f9283c8127c5124f98..a1022bd0594fddaec218b7d3accbd0dcf8acc383 100644 (file)
@@ -467,3 +467,10 @@ void appearance_minsize(Appearance *l, int *w, int *h)
         break;
     }
 }
+
+void render_pixmap_to_rgba(Pixmap pmap, Pixmap mask,
+                           int *w, int *h, gulong **data)
+{
+    *w = *h = 0;
+    *data = NULL;
+}
This page took 0.020123 seconds and 4 git commands to generate.