]> icculus.org git repositories - mikachu/openbox.git/blob - openbox/framerender.h
shrink font by a pixel to make the button bitmaps line up nice
[mikachu/openbox.git] / openbox / framerender.h
1 #ifndef __framerender_h
2 #define __framerender_h
3
4 struct _ObFrame;
5
6 void framerender_frame(struct _ObFrame *self);
7
8 #endif