summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index d50a2b72..8c6c256f 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -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);