all repos — openbox @ c2afc72a41a4093f1fdfdf3245d5d70ef8bf9ad2

openbox fork - make it a bit more like ryudo

Fix small compile error on g++3.
Marius Nita marius@cs.pdx.edu
commit

c2afc72a41a4093f1fdfdf3245d5d70ef8bf9ad2

parent

1852347f76ae6d2f65668b0f4786ea754bbcf18a

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

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

@@ -199,7 +199,7 @@

bool parseMenuFile(FILE *file, Rootmenu *menu); #ifdef BITMAPBUTTONS - void readDatabaseMask(const string &rname, + void readDatabaseMask(const std::string &rname, PixmapMask &pixmapMask, const Configuration &style); #endif // BITMAPBUTTONS