1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00
Files
wmaker/WINGs/Examples
Kamil Rytarowski 0706471a10 Fix build with automake-1.13 and modernize .am files.
The following macro: AM_CONFIG_HEADER is deprecated and replaced with AC_CONFIG_HEADERS. INCLUDES is an old version of AM_CPPLAGS.
2013-01-03 23:27:31 +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.