diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2009-01-29 22:45:47 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2009-01-29 22:45:47 +0100 |
| commit | 4145468a1984e1055a947ad957075ae51f70ca9c (patch) | |
| tree | 923b1d6ae11d4ba0c471779229d2f76642bf4774 /openbox/frame.h | |
| parent | 90cecafa3de2f118e550622932d1d30266c71226 (diff) | |
| parent | d0829d4416d83fda4aa4ec8d5f0a7003b0a7f148 (diff) | |
Merge branch 'backport' into work
Conflicts:
openbox/event.c
openbox/frame.c
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/frame.h b/openbox/frame.h index fd5adf74..8687381d 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -205,6 +205,9 @@ void frame_free(ObFrame *self); void frame_show(ObFrame *self); void frame_hide(ObFrame *self); void frame_adjust_theme(ObFrame *self); +#ifdef SHAPE +void frame_adjust_shape_kind(ObFrame *self, int kind); +#endif void frame_adjust_shape(ObFrame *self); void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized, gboolean fake); |
