diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-17 16:16:37 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-17 16:16:37 +0000 |
| commit | a2f2fefeffc74e93504588f9545507814857723e (patch) | |
| tree | 0d31dfc89e092260d3588af6632d424b04f26028 /openbox/frame.h | |
| parent | 83a0303dd75ef0487fdd53e810914f21fdd3e459 (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.h | 2 |
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); |
