X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_mgmtmode%2Fmgmtmode.h;fp=mod_mgmtmode%2Fmgmtmode.h;h=0000000000000000000000000000000000000000;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=daf7eaeb951f38a9aba1bbf6522e72f00b646016;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/mod_mgmtmode/mgmtmode.h b/mod_mgmtmode/mgmtmode.h deleted file mode 100644 index daf7eae..0000000 --- a/mod_mgmtmode/mgmtmode.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * ion/mod_mgmtmode/mgmtmode.h - * - * Copyright (c) Tuomo Valkonen 2004-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. - */ - -#ifndef ION_MOD_MGMTMODE_MGMTMODE_H -#define ION_MOD_MGMTMODE_MGMTMODE_H - -#include -#include - -INTRCLASS(WMgmtMode); - -DECLCLASS(WMgmtMode){ - Obj obj; - Watch selw; -}; - - -extern WMgmtMode *mod_mgmtmode_begin(WRegion *reg); - -extern void mgmtmode_select(WMgmtMode *mode, WRegion *reg); -extern WRegion *mgmtmode_selected(WMgmtMode *mode); - -extern void mgmtmode_finish(WMgmtMode *mode); - -#endif /* ION_MOD_MGMTMODE_MGMTMODE_H */