summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-17 16:16:37 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-17 16:16:37 +0000
commita2f2fefeffc74e93504588f9545507814857723e (patch)
tree0d31dfc89e092260d3588af6632d424b04f26028 /openbox/frame.h
parent83a0303dd75ef0487fdd53e810914f21fdd3e459 (diff)
add a client destructor to frame.c so it doesn't try to keep flashing a free'd frame
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);