X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fframe-draw.h;h=b0134f5597ae1ba4a565354884926534b1181d15;hp=4086dec817dc2118bddb1493057f5521c7fec401;hb=20070203;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/ioncore/frame-draw.h b/ioncore/frame-draw.h index 4086dec..b0134f5 100644 --- a/ioncore/frame-draw.h +++ b/ioncore/frame-draw.h @@ -1,7 +1,7 @@ /* * ion/ioncore/frame-draw.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2007. * * Ion is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by @@ -35,4 +35,8 @@ extern void frame_clear_shape(WFrame *frame); extern const char *framemode_get_style(WFrameMode mode); extern const char *framemode_get_tab_style(WFrameMode mode); +extern void frame_update_attr(WFrame *frame, int i, WRegion *reg); + +extern void frame_setup_dragwin_style(WFrame *frame, GrStyleSpec *spec, int tab); + #endif /* ION_IONCORE_FRAME_DRAW_H */