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

This commit is contained in:
oliverschmidt 2007-05-23 23:34:05 +00:00
parent e025faf68f
commit 1aca43084f
4 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki desktop environment * This file is part of the Contiki desktop environment
* *
* $Id: editor-dsc.c,v 1.1 2006/06/17 22:41:11 adamdunkels Exp $ * $Id: editor-dsc.c,v 1.1 2007/05/23 23:34:33 oliverschmidt Exp $
* *
*/ */

View File

@ -29,7 +29,7 @@
* *
* This file is part of the Contiki desktop environment * This file is part of the Contiki desktop environment
* *
* $Id: editor-dsc.h,v 1.1 2006/06/17 22:41:11 adamdunkels Exp $ * $Id: editor-dsc.h,v 1.1 2007/05/23 23:34:33 oliverschmidt Exp $
* *
*/ */
#ifndef __EDITOR_DSC_H__ #ifndef __EDITOR_DSC_H__

View File

@ -30,7 +30,7 @@
* *
* Author: Adam Dunkels <adam@sics.se> * Author: Adam Dunkels <adam@sics.se>
* *
* $Id: editor.c,v 1.1 2006/06/17 22:41:11 adamdunkels Exp $ * $Id: editor.c,v 1.1 2007/05/23 23:34:33 oliverschmidt Exp $
*/ */
#define EDITOR_CONF_WIDTH 32 #define EDITOR_CONF_WIDTH 32
#define EDITOR_CONF_HEIGHT 16 #define EDITOR_CONF_HEIGHT 16