]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
add a client destructor to frame.c so it doesn't try to keep flashing a free'd frame
[chaz/openbox] / openbox / frame.h
index d50a2b72f8f1bbe92f5952965e0acbd1b31d3f65..8c6c256faaa05aaeabfbbe0a6e1a1a3cfaab0d3c 100644 (file)
@@ -141,6 +141,8 @@ struct _ObFrame
     GTimeVal  flash_end;
 };
 
+void frame_startup(gboolean reconfig);
+void frame_shutdown(gboolean reconfig);
 ObFrame *frame_new();
 void frame_show(ObFrame *self);
 void frame_hide(ObFrame *self);
This page took 0.020117 seconds and 4 git commands to generate.