1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00
Files
wmaker/WINGs/Examples
Christophe CURIS 27d55b3e33 Added option to 'configure' to control debug information for compilation
As reported by Amadeusz Sławiński, there were a number of debug-only
information printed by the menu parser, which had no reason to be
in a user package.

This patch removes all the hard-coded DEBUG definitions pointed
by Amadeusz and adds a new (standard-like) option '--enable-debug'
to the configure script, which activates debug stuff for the devs.
The default behaviour is now to not have them.
As a side effect, the option also disable optimisation, which are
generally annoying when trying to run a debugger.
2012-11-16 08:06:19 +00:00
..
2009-09-14 16:51:26 +02:00


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.