From 42229820d2a47594f68d92356f8e8a86133a29f5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Feb 2014 13:06:12 -0500 Subject: [PATCH] Added _windows.go extensions to all the files in preparation for the library writing. --- buttons.go => buttons_windows.go | 0 comboboxes.go => comboboxes_windows.go | 0 common.go => common_windows.go | 0 cursors.go => cursors_windows.go | 0 edits.go => edits_windows.go | 0 icons.go => icons_windows.go | 0 listboxes.go => listboxes_windows.go | 0 main.go => main_windows.go | 0 menus.go => menus_windows.go | 0 messagebox.go => messagebox_windows.go | 0 messages.go => messages_windows.go | 0 painting.go => painting_windows.go | 0 rectangles.go => rectangles_windows.go | 0 statics.go => statics_windows.go | 0 stdfont.go => stdfont_windows.go | 0 windows.go => windows_windows.go | 0 winmain.go => winmain_windows.go | 0 wndclass.go => wndclass_windows.go | 0 wndproc.go => wndproc_windows.go | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename buttons.go => buttons_windows.go (100%) rename comboboxes.go => comboboxes_windows.go (100%) rename common.go => common_windows.go (100%) rename cursors.go => cursors_windows.go (100%) rename edits.go => edits_windows.go (100%) rename icons.go => icons_windows.go (100%) rename listboxes.go => listboxes_windows.go (100%) rename main.go => main_windows.go (100%) rename menus.go => menus_windows.go (100%) rename messagebox.go => messagebox_windows.go (100%) rename messages.go => messages_windows.go (100%) rename painting.go => painting_windows.go (100%) rename rectangles.go => rectangles_windows.go (100%) rename statics.go => statics_windows.go (100%) rename stdfont.go => stdfont_windows.go (100%) rename windows.go => windows_windows.go (100%) rename winmain.go => winmain_windows.go (100%) rename wndclass.go => wndclass_windows.go (100%) rename wndproc.go => wndproc_windows.go (100%) diff --git a/buttons.go b/buttons_windows.go similarity index 100% rename from buttons.go rename to buttons_windows.go diff --git a/comboboxes.go b/comboboxes_windows.go similarity index 100% rename from comboboxes.go rename to comboboxes_windows.go diff --git a/common.go b/common_windows.go similarity index 100% rename from common.go rename to common_windows.go diff --git a/cursors.go b/cursors_windows.go similarity index 100% rename from cursors.go rename to cursors_windows.go diff --git a/edits.go b/edits_windows.go similarity index 100% rename from edits.go rename to edits_windows.go diff --git a/icons.go b/icons_windows.go similarity index 100% rename from icons.go rename to icons_windows.go diff --git a/listboxes.go b/listboxes_windows.go similarity index 100% rename from listboxes.go rename to listboxes_windows.go diff --git a/main.go b/main_windows.go similarity index 100% rename from main.go rename to main_windows.go diff --git a/menus.go b/menus_windows.go similarity index 100% rename from menus.go rename to menus_windows.go diff --git a/messagebox.go b/messagebox_windows.go similarity index 100% rename from messagebox.go rename to messagebox_windows.go diff --git a/messages.go b/messages_windows.go similarity index 100% rename from messages.go rename to messages_windows.go diff --git a/painting.go b/painting_windows.go similarity index 100% rename from painting.go rename to painting_windows.go diff --git a/rectangles.go b/rectangles_windows.go similarity index 100% rename from rectangles.go rename to rectangles_windows.go diff --git a/statics.go b/statics_windows.go similarity index 100% rename from statics.go rename to statics_windows.go diff --git a/stdfont.go b/stdfont_windows.go similarity index 100% rename from stdfont.go rename to stdfont_windows.go diff --git a/windows.go b/windows_windows.go similarity index 100% rename from windows.go rename to windows_windows.go diff --git a/winmain.go b/winmain_windows.go similarity index 100% rename from winmain.go rename to winmain_windows.go diff --git a/wndclass.go b/wndclass_windows.go similarity index 100% rename from wndclass.go rename to wndclass_windows.go diff --git a/wndproc.go b/wndproc_windows.go similarity index 100% rename from wndproc.go rename to wndproc_windows.go