From a9a1a00f278abb1da04897f169a22be9be0cbea0 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 5 Jan 2008 21:06:38 +0000 Subject: [PATCH] Moved GTK port to the backyard as it doesn't work for quite some time by now. --- {platform => backyard/platform}/gtk/Makefile | 2 +- {platform => backyard/platform}/gtk/Makefile.gtk | 0 {platform => backyard/platform}/gtk/background.png | Bin {platform => backyard/platform}/gtk/clock.c | 2 +- {platform => backyard/platform}/gtk/contiki-conf.h | 0 {platform => backyard/platform}/gtk/contiki-main.c | 2 +- {platform => backyard/platform}/gtk/ctk/conio.h | 2 +- {platform => backyard/platform}/gtk/ctk/ctk-arch.h | 2 +- .../platform}/gtk/ctk/ctk-gtksim-conio.c | 2 +- .../platform}/gtk/ctk/ctk-gtksim-draw.c | 0 .../platform}/gtk/ctk/ctk-gtksim-draw.h | 0 .../platform}/gtk/ctk/ctk-gtksim-service.c | 0 .../platform}/gtk/ctk/ctk-gtksim-service.h | 0 .../platform}/gtk/ctk/ctk-gtksim.c | 2 +- .../platform}/gtk/ctk/ctk-gtksim.h | 2 +- {platform => backyard/platform}/gtk/menubar.png | Bin {platform => backyard/platform}/gtk/vnc-draw.c | 2 +- .../platform}/gtk/windowborder.png | Bin 18 files changed, 9 insertions(+), 9 deletions(-) rename {platform => backyard/platform}/gtk/Makefile (96%) rename {platform => backyard/platform}/gtk/Makefile.gtk (100%) rename {platform => backyard/platform}/gtk/background.png (100%) rename {platform => backyard/platform}/gtk/clock.c (97%) rename {platform => backyard/platform}/gtk/contiki-conf.h (100%) rename {platform => backyard/platform}/gtk/contiki-main.c (98%) rename {platform => backyard/platform}/gtk/ctk/conio.h (96%) rename {platform => backyard/platform}/gtk/ctk/ctk-arch.h (96%) rename {platform => backyard/platform}/gtk/ctk/ctk-gtksim-conio.c (99%) rename {platform => backyard/platform}/gtk/ctk/ctk-gtksim-draw.c (100%) rename {platform => backyard/platform}/gtk/ctk/ctk-gtksim-draw.h (100%) rename {platform => backyard/platform}/gtk/ctk/ctk-gtksim-service.c (100%) rename {platform => backyard/platform}/gtk/ctk/ctk-gtksim-service.h (100%) rename {platform => backyard/platform}/gtk/ctk/ctk-gtksim.c (99%) rename {platform => backyard/platform}/gtk/ctk/ctk-gtksim.h (97%) rename {platform => backyard/platform}/gtk/menubar.png (100%) rename {platform => backyard/platform}/gtk/vnc-draw.c (98%) rename {platform => backyard/platform}/gtk/windowborder.png (100%) diff --git a/platform/gtk/Makefile b/backyard/platform/gtk/Makefile similarity index 96% rename from platform/gtk/Makefile rename to backyard/platform/gtk/Makefile index fddbf7326..fb7f40a89 100644 --- a/platform/gtk/Makefile +++ b/backyard/platform/gtk/Makefile @@ -27,7 +27,7 @@ # # This file is part of the Contiki desktop environment # -# $Id: Makefile,v 1.3 2007/11/29 07:56:46 adamdunkels Exp $ +# $Id: Makefile,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ # all: contiki-main diff --git a/platform/gtk/Makefile.gtk b/backyard/platform/gtk/Makefile.gtk similarity index 100% rename from platform/gtk/Makefile.gtk rename to backyard/platform/gtk/Makefile.gtk diff --git a/platform/gtk/background.png b/backyard/platform/gtk/background.png similarity index 100% rename from platform/gtk/background.png rename to backyard/platform/gtk/background.png diff --git a/platform/gtk/clock.c b/backyard/platform/gtk/clock.c similarity index 97% rename from platform/gtk/clock.c rename to backyard/platform/gtk/clock.c index e3fcf5a4f..dfb6bc366 100644 --- a/platform/gtk/clock.c +++ b/backyard/platform/gtk/clock.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: clock.c,v 1.1 2006/06/17 22:41:29 adamdunkels Exp $ + * $Id: clock.c,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ */ /** diff --git a/platform/gtk/contiki-conf.h b/backyard/platform/gtk/contiki-conf.h similarity index 100% rename from platform/gtk/contiki-conf.h rename to backyard/platform/gtk/contiki-conf.h diff --git a/platform/gtk/contiki-main.c b/backyard/platform/gtk/contiki-main.c similarity index 98% rename from platform/gtk/contiki-main.c rename to backyard/platform/gtk/contiki-main.c index 2fb02b4ef..d7d636438 100644 --- a/platform/gtk/contiki-main.c +++ b/backyard/platform/gtk/contiki-main.c @@ -29,7 +29,7 @@ * * This file is part of the Contiki desktop environment * - * $Id: contiki-main.c,v 1.9 2007/11/29 07:56:46 adamdunkels Exp $ + * $Id: contiki-main.c,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ * */ diff --git a/platform/gtk/ctk/conio.h b/backyard/platform/gtk/ctk/conio.h similarity index 96% rename from platform/gtk/ctk/conio.h rename to backyard/platform/gtk/ctk/conio.h index e221d6282..cb30dbc64 100644 --- a/platform/gtk/ctk/conio.h +++ b/backyard/platform/gtk/ctk/conio.h @@ -29,7 +29,7 @@ * * This file is part of the Contiki desktop environment * - * $Id: conio.h,v 1.1 2006/06/17 22:41:29 adamdunkels Exp $ + * $Id: conio.h,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ * */ #ifndef __CONIO_H__ diff --git a/platform/gtk/ctk/ctk-arch.h b/backyard/platform/gtk/ctk/ctk-arch.h similarity index 96% rename from platform/gtk/ctk/ctk-arch.h rename to backyard/platform/gtk/ctk/ctk-arch.h index 70b132ed9..225b5d692 100644 --- a/platform/gtk/ctk/ctk-arch.h +++ b/backyard/platform/gtk/ctk/ctk-arch.h @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ctk-arch.h,v 1.1 2006/06/17 22:41:29 adamdunkels Exp $ + * $Id: ctk-arch.h,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ * */ diff --git a/platform/gtk/ctk/ctk-gtksim-conio.c b/backyard/platform/gtk/ctk/ctk-gtksim-conio.c similarity index 99% rename from platform/gtk/ctk/ctk-gtksim-conio.c rename to backyard/platform/gtk/ctk/ctk-gtksim-conio.c index 20d4e8539..05570a0fa 100644 --- a/platform/gtk/ctk/ctk-gtksim-conio.c +++ b/backyard/platform/gtk/ctk/ctk-gtksim-conio.c @@ -32,7 +32,7 @@ * * This file is part of the "ctk" console GUI toolkit for cc65 * - * $Id: ctk-gtksim-conio.c,v 1.1 2006/06/17 22:41:29 adamdunkels Exp $ + * $Id: ctk-gtksim-conio.c,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ * */ diff --git a/platform/gtk/ctk/ctk-gtksim-draw.c b/backyard/platform/gtk/ctk/ctk-gtksim-draw.c similarity index 100% rename from platform/gtk/ctk/ctk-gtksim-draw.c rename to backyard/platform/gtk/ctk/ctk-gtksim-draw.c diff --git a/platform/gtk/ctk/ctk-gtksim-draw.h b/backyard/platform/gtk/ctk/ctk-gtksim-draw.h similarity index 100% rename from platform/gtk/ctk/ctk-gtksim-draw.h rename to backyard/platform/gtk/ctk/ctk-gtksim-draw.h diff --git a/platform/gtk/ctk/ctk-gtksim-service.c b/backyard/platform/gtk/ctk/ctk-gtksim-service.c similarity index 100% rename from platform/gtk/ctk/ctk-gtksim-service.c rename to backyard/platform/gtk/ctk/ctk-gtksim-service.c diff --git a/platform/gtk/ctk/ctk-gtksim-service.h b/backyard/platform/gtk/ctk/ctk-gtksim-service.h similarity index 100% rename from platform/gtk/ctk/ctk-gtksim-service.h rename to backyard/platform/gtk/ctk/ctk-gtksim-service.h diff --git a/platform/gtk/ctk/ctk-gtksim.c b/backyard/platform/gtk/ctk/ctk-gtksim.c similarity index 99% rename from platform/gtk/ctk/ctk-gtksim.c rename to backyard/platform/gtk/ctk/ctk-gtksim.c index 899d30753..d57040ae8 100644 --- a/platform/gtk/ctk/ctk-gtksim.c +++ b/backyard/platform/gtk/ctk/ctk-gtksim.c @@ -29,7 +29,7 @@ * * This file is part of the "ctk" console GUI toolkit for cc65 * - * $Id: ctk-gtksim.c,v 1.1 2006/06/17 22:41:29 adamdunkels Exp $ + * $Id: ctk-gtksim.c,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ * */ diff --git a/platform/gtk/ctk/ctk-gtksim.h b/backyard/platform/gtk/ctk/ctk-gtksim.h similarity index 97% rename from platform/gtk/ctk/ctk-gtksim.h rename to backyard/platform/gtk/ctk/ctk-gtksim.h index 00033d008..2666caa70 100644 --- a/platform/gtk/ctk/ctk-gtksim.h +++ b/backyard/platform/gtk/ctk/ctk-gtksim.h @@ -29,7 +29,7 @@ * * This file is part of the "ctk" console GUI toolkit for cc65 * - * $Id: ctk-gtksim.h,v 1.1 2006/06/17 22:41:29 adamdunkels Exp $ + * $Id: ctk-gtksim.h,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ * */ diff --git a/platform/gtk/menubar.png b/backyard/platform/gtk/menubar.png similarity index 100% rename from platform/gtk/menubar.png rename to backyard/platform/gtk/menubar.png diff --git a/platform/gtk/vnc-draw.c b/backyard/platform/gtk/vnc-draw.c similarity index 98% rename from platform/gtk/vnc-draw.c rename to backyard/platform/gtk/vnc-draw.c index 184c635e0..39d0b7439 100644 --- a/platform/gtk/vnc-draw.c +++ b/backyard/platform/gtk/vnc-draw.c @@ -29,7 +29,7 @@ * * This file is part of the Contiki VNC client * - * $Id: vnc-draw.c,v 1.1 2006/06/17 23:07:15 adamdunkels Exp $ + * $Id: vnc-draw.c,v 1.1 2008/01/05 21:08:26 oliverschmidt Exp $ * */ diff --git a/platform/gtk/windowborder.png b/backyard/platform/gtk/windowborder.png similarity index 100% rename from platform/gtk/windowborder.png rename to backyard/platform/gtk/windowborder.png