]> icculus.org git repositories - dana/openbox.git/blob - openbox/framerender.h
properly select the first menu item in the child menu when using the 'right' keycode
[dana/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