]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_panews/splitext.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / mod_panews / splitext.h
diff --git a/mod_panews/splitext.h b/mod_panews/splitext.h
deleted file mode 100644 (file)
index 0bc73e3..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * ion/panews/splitext.h
- *
- * Copyright (c) Tuomo Valkonen 1999-2006. 
- *
- * 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_PANEWS_SPLITEXT_H
-#define ION_PANEWS_SPLITEXT_H
-
-#include <ioncore/common.h>
-#include <mod_tiling/split.h>
-
-INTRCLASS(WSplitUnused);
-INTRCLASS(WSplitPane);
-
-#include "panews.h"
-
-DECLCLASS(WSplitUnused){
-    WSplitRegion regnode;
-};
-
-DECLCLASS(WSplitPane){
-    WSplitInner isplit;
-    WSplit *contents;
-    char *marker;
-};
-
-extern bool splitunused_init(WSplitUnused *split, const WRectangle *geom,
-                             WPaneWS *ws);
-extern bool splitpane_init(WSplitPane *split, const WRectangle *geom,
-                           WSplit *cnt);
-
-extern WSplitUnused *create_splitunused(const WRectangle *geom,
-                                        WPaneWS *ws);
-extern WSplitPane *create_splitpane(const WRectangle *geom, WSplit *cnt);
-
-extern void splitunused_deinit(WSplitUnused *split);
-extern void splitpane_deinit(WSplitPane *split);
-
-extern const char *splitpane_get_marker(WSplitPane *pane);
-extern bool splitpane_set_marker(WSplitPane *pane, const char *s);
-
-extern WRegion *panews_do_get_nextto(WPaneWS *ws, WRegion *reg,
-                                     int dir, int primn, bool any);
-extern WRegion *panews_do_get_farthest(WPaneWS *ws,
-                                       int dir, int primn, bool any);
-
-extern WSplitRegion *split_tree_find_region_in_pane_of(WSplit *node);
-
-#endif /* ION_PANEWS_SPLITEXT_H */