On Tue, 23 Mar 2010 at 17:29:21 +0100, Tamas TEVESZ wrote: > > anyone knows what if at all it is used for?
The file manager fsviewer.app ( http://www.bayernline.de/~gscholz/linux/fsviewer/ ) uses it. I just run the configure script and I see this line: checking for WMAppSetMainMenu in -lWMaker... yes and [ma...@pilar:wmaker.git]$ git grep WMAppSetMainMenu test/notest.c: WMAppSetMainMenu(app, menu); test/wtest.c: WMAppSetMainMenu(app, menu); wmlib/WMaker.h:int WMAppSetMainMenu(WMAppContext *app, WMMenu *menu); wmlib/app.c:int WMAppSetMainMenu(WMAppContext * app, WMMenu * menu) Well, this fsviewer.app is clearly very old and is not compiling here now. I remember that I got it to compile a few months ago to check it out, but it is very primitive. So I guess it does not matter anymore, apart from historical reasons. I will apply your patch. -- To unsubscribe, send mail to [email protected].
