X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fframe-draw.h;h=e286bc3fdb078c7fad2f78b942eb19bdacce8e4f;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=b0134f5597ae1ba4a565354884926534b1181d15;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;p=ion3.git diff --git a/ioncore/frame-draw.h b/ioncore/frame-draw.h index b0134f5..e286bc3 100644 --- a/ioncore/frame-draw.h +++ b/ioncore/frame-draw.h @@ -3,10 +3,7 @@ * * 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 - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_IONCORE_FRAME_DRAW_H @@ -39,4 +36,8 @@ extern void frame_update_attr(WFrame *frame, int i, WRegion *reg); extern void frame_setup_dragwin_style(WFrame *frame, GrStyleSpec *spec, int tab); +extern void frame_inactivated(WFrame *frame); +extern void frame_activated(WFrame *frame); +extern void frame_quasiactivity_change(WFrame *frame); + #endif /* ION_IONCORE_FRAME_DRAW_H */