Files
mmdolze a151ee0fc4 Mega change to the LCDd's header files:
1. Use <stdbool.h> if it is available but keep a compatibility shim in
   shared/defines.h in case it is not.
2. Unbreak the circular header dependencies (mostly):
   2a. client.c and client.h may NOT depend on 'struct Menu'. Use a void pointer
       and casts instead.
   2b. Separate the data type definitions in client.h and screen.h from
       function prototypes which may require other data structures. This makes
       header dependencies much more easy to maintain. Usually the data types
       should have been moved to their own files but I (mmdolze) chose to
       separate them using different header guards.
   2c. Remove many now unused header includes.
Apply (old BSD-) style on menuscreens.c.
2012-02-22 22:25:32 +00:00
..
2006-09-30 18:18:22 +00:00
2011-01-05 23:34:37 +00:00
2011-01-05 23:34:37 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2011-03-28 18:17:58 +00:00
2010-02-02 23:20:29 +00:00
2010-02-02 23:20:29 +00:00