all repos — fluxbox @ 6b541c9162bb219777653196e84c86998bd9641f

custom fork of the fluxbox windowmanager

modified to make it work with the ThemeItem.hh -> ThemeItem.cc action
akir akir
commit

6b541c9162bb219777653196e84c86998bd9641f

parent

a63a27886d7861d59352e0c4fe96f7d61c9925b4

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

jump to
M src/FbTk/Theme.ccsrc/FbTk/Theme.cc

@@ -19,16 +19,16 @@ // 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.cc,v 1.29 2004/08/31 15:26:39 rathnor Exp $ +// $Id: Theme.cc,v 1.30 2004/10/21 16:45:30 akir Exp $ #include "Theme.hh" #include "XrmDatabaseHelper.hh" #include "App.hh" #include "StringUtil.hh" -#include "ThemeItems.hh" #include "Directory.hh" #include "I18n.hh" +#include "Image.hh" #ifdef HAVE_CSTDIO #include <cstdio>