all repos — fluxbox @ 5855c7825ba57af5f7c86981b811c5749abeb9c0

custom fork of the fluxbox windowmanager

added loadItem
fluxgen fluxgen
commit

5855c7825ba57af5f7c86981b811c5749abeb9c0

parent

34a392c138236186707e27d9bc8e6227006f1be0

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/FbTk/Theme.hhsrc/FbTk/Theme.hh

@@ -19,7 +19,7 @@ // 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: Theme.hh,v 1.5 2003/08/11 14:55:14 fluxgen Exp $ +// $Id: Theme.hh,v 1.6 2003/08/13 09:24:33 fluxgen Exp $ /** @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme

@@ -121,6 +121,7 @@ static ThemeManager &instance();

bool load(const std::string &filename); std::string resourceValue(const std::string &name, const std::string &altname); void loadTheme(Theme &tm); + void loadItem(ThemeItem_base &resource); private: ThemeManager(); ~ThemeManager() { }