]> Dogcows Code - chaz/openbox/blobdiff - obrender/image.h
Rework the code provided by Kadlcik Libor for loading/showing icons in Openbox menus.
[chaz/openbox] / obrender / image.h
index b478daf9f5c797eb194379ba5eb729055cc6fc86..6e4a50e02d33b3d8b52005b96c32de82046a761e 100644 (file)
@@ -23,7 +23,8 @@
 #include "geom.h"
 
 /*! Initialize an RrImagePicture to the specified dimensions and pixel data */
-void RrImagePicInit(RrImagePic *pic, gint w, gint h, RrPixel32 *data);
+void RrImagePicInit(RrImagePic *pic, const gchar *path,
+                    gint w, gint h, RrPixel32 *data);
 
 void RrImageDrawImage(RrPixel32 *target, RrTextureImage *img,
                       gint target_w, gint target_h,
This page took 0.021192 seconds and 4 git commands to generate.