Moved textedit widget into backyard as it was never platform independent anyway (but relied on the C64 hibit cursor).

This commit is contained in:
oliverschmidt 2007-11-20 20:41:11 +00:00
parent 79898a5096
commit d474777ff8
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
*
* This file is part of the Contiki desktop environment
*
* $Id: ctk-textedit.c,v 1.1 2006/06/17 22:41:17 adamdunkels Exp $
* $Id: ctk-textedit.c,v 1.1 2007/11/20 20:41:54 oliverschmidt Exp $
*
*/

View File

@ -36,7 +36,7 @@
*
* This file is part of the Contiki desktop environment
*
* $Id: ctk-textedit.h,v 1.1 2006/06/17 22:41:17 adamdunkels Exp $
* $Id: ctk-textedit.h,v 1.1 2007/11/20 20:41:54 oliverschmidt Exp $
*
*/
#ifndef __CTK_TEXTEDIT_H__