From 9cd9d92bb1d66db9329bf5cd6e42e8b0096945e6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Apr 2002 08:30:55 +0000 Subject: configuration changes "done"!! on start, the config file is read entirely off the disc, and missing values are assigned defaults. the config file is immediately written back to the disk to populate missing defaults in the file. any time a config option is changed the control, the config file is re-written with the change. choosing reconfig will reload the current config file on the disc. on shutdown, nothing is written to the config file. --- src/Slit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Slit.h') diff --git a/src/Slit.h b/src/Slit.h index 60bbdfcb..cb6b454a 100644 --- a/src/Slit.h +++ b/src/Slit.h @@ -137,6 +137,7 @@ public: void removeClient(Window, Bool = True); void reconfigure(); void load(); + void save(); void reposition(); void shutdown(); -- cgit v1.2.3