mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
I just spent an hour trying to find out why the latest wmaker-crm was ignoring a number of the preferences in my configuration file. It turns out the problem was that commit f41db5 added a value into the middle of the enum in src/keybind.h, and the setting of AUTOMAKE_OPTIONS = no-dependencies in all the Makefile.ams meant that make wasn't smart enough to rebuild the files depending on it. Would anyone mind if we just remove no-dependencies from AUTOMAKE_OPTIONS? People can still run ./configure with --disable-dependency-tracking to disable it at configure time.
Files: ----- server - server example of using WMConnection. It keeps a database of timeouts for a group of users, allowing one to add/remove users and update the timeouts associated with them. connect - client example of using WMConnection. Works with the server program above. Just start both without any parameter and type help in the client to find out how to operate them. Rest is self explanatory. puzzle - a nice zuPzel =) fontl - a map of all characters with their corresponding ascii, hex, decimal and octal representations.