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
*
* $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
*
* $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__

View file

@ -30,7 +30,7 @@
*
* 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_HEIGHT 16