X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_panews%2Fplacement.h;fp=mod_panews%2Fplacement.h;h=0000000000000000000000000000000000000000;hb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;hp=23dd9fef279fda7b435e40acd965944773d06c32;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_panews/placement.h b/mod_panews/placement.h deleted file mode 100644 index 23dd9fe..0000000 --- a/mod_panews/placement.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * ion/mod_panews/placement.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_MOD_PANEWS_PLACEMENT_H -#define ION_MOD_PANEWS_PLACEMENT_H - -#include -#include -#include -#include -#include -#include -#include "panews.h" -#include "splitext.h" - - -typedef struct{ - WPaneWS *ws; - ExtlTab layout; -} WPaneWSInitParams; - - -typedef struct{ - WPaneWS *ws; - WFrame *frame; - WRegion *reg; - WSplitUnused *specifier; - - WSplit *res_node; - ExtlTab res_config; - int res_w, res_h; -} WPaneWSPlacementParams; - - -/* Handlers of this hook should accept WPaneWSInitParams as parameter. */ -extern WHook *panews_init_layout_alt; -/* Handlers of this hook should accept WPaneWSPlacementParams as parameter. */ -extern WHook *panews_make_placement_alt; - - -extern WPHolder *panews_prepare_manage(WPaneWS *ws, const WClientWin *cwin, - const WManageParams *param, - int redir); -extern bool panews_handle_unused_drop(WPaneWS *ws, WSplitUnused *specifier, - WRegion *reg); - -#endif /* ION_MOD_PANEWS_PLACEMENT_H */