]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
move the move/resize functionality into moveresize.c, for use with the netwm atoms...
[chaz/openbox] / render / render.h
index c614d871f8e16bec45f7552f125afaa2d54d3abd..d98cebdef9777cbef58b900d3e6bb3942566b560 100644 (file)
@@ -6,7 +6,7 @@
 #include <X11/Xft/Xft.h>
 #include <glib.h>
 #include "color.h"
-#include "../kernel/geom.h"
+#include "kernel/geom.h"
 
 typedef enum {
     Surface_Planar,
@@ -153,6 +153,9 @@ Appearance *appearance_new(SurfaceType type, int numtex);
 Appearance *appearance_copy(Appearance *a);
 void appearance_free(Appearance *a);
 void truecolor_startup(void);
+void pseudocolor_startup(void);
 void pixel32_to_pixmap(pixel32 *in, Pixmap out, int x, int y, int w, int h);
 
+void appearance_minsize(Appearance *l, int *w, int *h);
+
 #endif /*__render_h*/
This page took 0.020386 seconds and 4 git commands to generate.