X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fsaveload.h;h=049b2c08f63a993936259e259346b366638c0aec;hb=3102bb90c325d9b29ac304d8f3ea0a17df564fc8;hp=bc2ad6c4fe810154a6e57bc68e7acfc82be53ac6;hpb=471a5e5f9928e2d324b2e10422a420f458bd63ff;p=ion3.git diff --git a/ioncore/saveload.h b/ioncore/saveload.h index bc2ad6c..049b2c0 100644 --- a/ioncore/saveload.h +++ b/ioncore/saveload.h @@ -1,12 +1,9 @@ /* * ion/ioncore/saveload.h * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2008. * - * 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_SAVELOAD_H @@ -17,9 +14,10 @@ #include "region.h" #include "screen.h" #include "pholder.h" +#include "attach.h" extern WRegion *create_region_load(WWindow *par, const WFitParams *fp, - ExtlTab tab); + ExtlTab tab, WPHolder **sm_ph_p); extern bool region_supports_save(WRegion *reg); DYNFUN ExtlTab region_get_configuration(WRegion *reg); @@ -32,12 +30,11 @@ extern bool ioncore_save_layout(); typedef bool SMAddCallback(WPHolder *ph, ExtlTab tab); typedef void SMCfgCallback(WClientWin *cwin, ExtlTab tab); -typedef WPHolder *SMPHolderCallback(); extern void ioncore_set_sm_callbacks(SMAddCallback *add, SMCfgCallback *cfg); extern void ioncore_get_sm_callbacks(SMAddCallback **add, SMCfgCallback **cfg); -extern void ioncore_set_sm_pholder_callback(SMPHolderCallback *phcb); -extern void ioncore_clientwin_load_missing(); + +extern WPHolder *ioncore_get_load_pholder(); #endif /* ION_IONCORE_SAVELOAD_H */