oliverschmidt
|
eec5ae40c9
|
Avoid compiler warnings.
|
2007-04-15 13:09:23 +00:00 |
|
oliverschmidt
|
ad4a8df425
|
Allow to build telnet-server example for targets not defining CTK_CONF_MAXMENUITEMS.
|
2007-03-26 23:01:11 +00:00 |
|
oliverschmidt
|
d3d215d142
|
The special handling of mouse-over detection for bitmaps and icons seems unnecessary since the the member 'h' is always present and can always be assumed to be initialized. Furthermore the special handling prevented multiline textentries to be treated correctly. Therefore the special handling is now completely removed (and the handling of the 'h' member is adjusted).
|
2006-08-30 23:12:33 +00:00 |
|
oliverschmidt
|
d4a00f67fe
|
The program_handler_add() mechanism relied on being used after the initialization of the program_handler (and the ctk) process but before entering the event handling. In Contiki 2.x there's no such explicit process initialization anymore - and the implicit asynchronous initialization runs after program_handler_add(). Therefore the initialization of the data structures modified by program_handler_add() had to be removed from that asynchronous process initialization. Instead C-langugae global data.initialization is used.
|
2006-08-15 00:11:45 +00:00 |
|
oliverschmidt
|
be675345ad
|
Avoid compiler warnings.
|
2006-08-13 14:08:43 +00:00 |
|
adamdunkels
|
c9e808d638
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
|