From 9b19ee72457586e41da5788f802c6bc55ea7a84b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Feb 2014 16:17:17 -0500 Subject: [PATCH] Moved things that I haven't migated yet out of the way for now. --- controls_windows.go => unmigrated/controls_windows.go | 0 cursors_windows.go => unmigrated/cursors_windows.go | 0 icons_windows.go => unmigrated/icons_windows.go | 0 menus_windows.go => unmigrated/menus_windows.go | 0 messagebox_windows.go => unmigrated/messagebox_windows.go | 0 messages_windows.go => unmigrated/messages_windows.go | 0 painting_windows.go => unmigrated/painting_windows.go | 0 rectangles_windows.go => unmigrated/rectangles_windows.go | 0 stdfont_windows.go => unmigrated/stdfont_windows.go | 0 wndproc_windows.go => unmigrated/wndproc_windows.go | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename controls_windows.go => unmigrated/controls_windows.go (100%) rename cursors_windows.go => unmigrated/cursors_windows.go (100%) rename icons_windows.go => unmigrated/icons_windows.go (100%) rename menus_windows.go => unmigrated/menus_windows.go (100%) rename messagebox_windows.go => unmigrated/messagebox_windows.go (100%) rename messages_windows.go => unmigrated/messages_windows.go (100%) rename painting_windows.go => unmigrated/painting_windows.go (100%) rename rectangles_windows.go => unmigrated/rectangles_windows.go (100%) rename stdfont_windows.go => unmigrated/stdfont_windows.go (100%) rename wndproc_windows.go => unmigrated/wndproc_windows.go (100%) diff --git a/controls_windows.go b/unmigrated/controls_windows.go similarity index 100% rename from controls_windows.go rename to unmigrated/controls_windows.go diff --git a/cursors_windows.go b/unmigrated/cursors_windows.go similarity index 100% rename from cursors_windows.go rename to unmigrated/cursors_windows.go diff --git a/icons_windows.go b/unmigrated/icons_windows.go similarity index 100% rename from icons_windows.go rename to unmigrated/icons_windows.go diff --git a/menus_windows.go b/unmigrated/menus_windows.go similarity index 100% rename from menus_windows.go rename to unmigrated/menus_windows.go diff --git a/messagebox_windows.go b/unmigrated/messagebox_windows.go similarity index 100% rename from messagebox_windows.go rename to unmigrated/messagebox_windows.go diff --git a/messages_windows.go b/unmigrated/messages_windows.go similarity index 100% rename from messages_windows.go rename to unmigrated/messages_windows.go diff --git a/painting_windows.go b/unmigrated/painting_windows.go similarity index 100% rename from painting_windows.go rename to unmigrated/painting_windows.go diff --git a/rectangles_windows.go b/unmigrated/rectangles_windows.go similarity index 100% rename from rectangles_windows.go rename to unmigrated/rectangles_windows.go diff --git a/stdfont_windows.go b/unmigrated/stdfont_windows.go similarity index 100% rename from stdfont_windows.go rename to unmigrated/stdfont_windows.go diff --git a/wndproc_windows.go b/unmigrated/wndproc_windows.go similarity index 100% rename from wndproc_windows.go rename to unmigrated/wndproc_windows.go