all repos — fluxbox @ 0c2888202505bfcdf631d870f607aafb9ccc5bec

custom fork of the fluxbox windowmanager

minor include fix
fluxgen fluxgen
commit

0c2888202505bfcdf631d870f607aafb9ccc5bec

parent

13a98385f077d0a24dc1ce7fb9d75befed3a0be3

1 files changed, 6 insertions(+), 5 deletions(-)

jump to
M src/Remember.hhsrc/Remember.hh

@@ -20,17 +20,14 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Remember.hh,v 1.2 2003/04/26 11:24:55 rathnor Exp $ +// $Id: Remember.hh,v 1.3 2003/04/26 12:44:53 fluxgen Exp $ /* Based on the original "Remember patch" by Xavier Brouckaert */ #ifndef REMEMBER_HH #define REMEMBER_HH -#include "Window.hh" #include "AtomHandler.hh" -#include "Screen.hh" -#include "StringUtil.hh" #include <fstream> #include <map>

@@ -98,7 +95,11 @@ bool save_on_close;

}; -/* +class FluxboxWindow; +class BScreen; +class WinClient; + +/** * Class Remember is an atomhandler to avoid interfering with * the main code as much as possible, since we hope that one day * things like this (and maybe toolbar/slit) can become some sort