From d474777ff81aae68a2df38460349dea8d5e67ade Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Tue, 20 Nov 2007 20:41:11 +0000 Subject: [PATCH] Moved textedit widget into backyard as it was never platform independent anyway (but relied on the C64 hibit cursor). --- {core => backyard/core}/lib/ctk-textedit.c | 2 +- {core => backyard/core}/lib/ctk-textedit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {core => backyard/core}/lib/ctk-textedit.c (98%) rename {core => backyard/core}/lib/ctk-textedit.h (97%) diff --git a/core/lib/ctk-textedit.c b/backyard/core/lib/ctk-textedit.c similarity index 98% rename from core/lib/ctk-textedit.c rename to backyard/core/lib/ctk-textedit.c index c562c41f6..c07a74eed 100644 --- a/core/lib/ctk-textedit.c +++ b/backyard/core/lib/ctk-textedit.c @@ -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 $ * */ diff --git a/core/lib/ctk-textedit.h b/backyard/core/lib/ctk-textedit.h similarity index 97% rename from core/lib/ctk-textedit.h rename to backyard/core/lib/ctk-textedit.h index 851797115..e06486295 100644 --- a/core/lib/ctk-textedit.h +++ b/backyard/core/lib/ctk-textedit.h @@ -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__