diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-11 13:06:12 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-11 13:06:12 -0500 |
| commit | 42229820d2a47594f68d92356f8e8a86133a29f5 (patch) | |
| tree | 3cd5deef283b4540bae2f75c049a5e69d4e9db20 | |
| parent | a488e3ab36de1d6a329110fbaae44cd5747c854b (diff) | |
Added _windows.go extensions to all the files in preparation for the library writing.
| -rw-r--r-- | buttons_windows.go (renamed from buttons.go) | 0 | ||||
| -rw-r--r-- | comboboxes_windows.go (renamed from comboboxes.go) | 0 | ||||
| -rw-r--r-- | common_windows.go (renamed from common.go) | 0 | ||||
| -rw-r--r-- | cursors_windows.go (renamed from cursors.go) | 0 | ||||
| -rw-r--r-- | edits_windows.go (renamed from edits.go) | 0 | ||||
| -rw-r--r-- | icons_windows.go (renamed from icons.go) | 0 | ||||
| -rw-r--r-- | listboxes_windows.go (renamed from listboxes.go) | 0 | ||||
| -rw-r--r-- | main_windows.go (renamed from main.go) | 0 | ||||
| -rw-r--r-- | menus_windows.go (renamed from menus.go) | 0 | ||||
| -rw-r--r-- | messagebox_windows.go (renamed from messagebox.go) | 0 | ||||
| -rw-r--r-- | messages_windows.go (renamed from messages.go) | 0 | ||||
| -rw-r--r-- | painting_windows.go (renamed from painting.go) | 0 | ||||
| -rw-r--r-- | rectangles_windows.go (renamed from rectangles.go) | 0 | ||||
| -rw-r--r-- | statics_windows.go (renamed from statics.go) | 0 | ||||
| -rw-r--r-- | stdfont_windows.go (renamed from stdfont.go) | 0 | ||||
| -rw-r--r-- | windows_windows.go (renamed from windows.go) | 0 | ||||
| -rw-r--r-- | winmain_windows.go (renamed from winmain.go) | 0 | ||||
| -rw-r--r-- | wndclass_windows.go (renamed from wndclass.go) | 0 | ||||
| -rw-r--r-- | wndproc_windows.go (renamed from wndproc.go) | 0 |
19 files changed, 0 insertions, 0 deletions
diff --git a/buttons.go b/buttons_windows.go index b6a4f03..b6a4f03 100644 --- a/buttons.go +++ b/buttons_windows.go diff --git a/comboboxes.go b/comboboxes_windows.go index ac2a715..ac2a715 100644 --- a/comboboxes.go +++ b/comboboxes_windows.go diff --git a/common.go b/common_windows.go index 79d6fc9..79d6fc9 100644 --- a/common.go +++ b/common_windows.go diff --git a/cursors.go b/cursors_windows.go index 78fb1f8..78fb1f8 100644 --- a/cursors.go +++ b/cursors_windows.go diff --git a/edits.go b/edits_windows.go index 5aaeeac..5aaeeac 100644 --- a/edits.go +++ b/edits_windows.go diff --git a/icons.go b/icons_windows.go index c28f158..c28f158 100644 --- a/icons.go +++ b/icons_windows.go diff --git a/listboxes.go b/listboxes_windows.go index 294cd96..294cd96 100644 --- a/listboxes.go +++ b/listboxes_windows.go diff --git a/main.go b/main_windows.go index 93aa4a1..93aa4a1 100644 --- a/main.go +++ b/main_windows.go diff --git a/menus.go b/menus_windows.go index 4f6c059..4f6c059 100644 --- a/menus.go +++ b/menus_windows.go diff --git a/messagebox.go b/messagebox_windows.go index ba50f61..ba50f61 100644 --- a/messagebox.go +++ b/messagebox_windows.go diff --git a/messages.go b/messages_windows.go index e74b9fa..e74b9fa 100644 --- a/messages.go +++ b/messages_windows.go diff --git a/painting.go b/painting_windows.go index 069fd2d..069fd2d 100644 --- a/painting.go +++ b/painting_windows.go diff --git a/rectangles.go b/rectangles_windows.go index c0c29d5..c0c29d5 100644 --- a/rectangles.go +++ b/rectangles_windows.go diff --git a/statics.go b/statics_windows.go index ec62a13..ec62a13 100644 --- a/statics.go +++ b/statics_windows.go diff --git a/stdfont.go b/stdfont_windows.go index 8dcba9f..8dcba9f 100644 --- a/stdfont.go +++ b/stdfont_windows.go diff --git a/windows.go b/windows_windows.go index 2378aba..2378aba 100644 --- a/windows.go +++ b/windows_windows.go diff --git a/winmain.go b/winmain_windows.go index b79ad81..b79ad81 100644 --- a/winmain.go +++ b/winmain_windows.go diff --git a/wndclass.go b/wndclass_windows.go index 38ff4ae..38ff4ae 100644 --- a/wndclass.go +++ b/wndclass_windows.go diff --git a/wndproc.go b/wndproc_windows.go index b9c13f2..b9c13f2 100644 --- a/wndproc.go +++ b/wndproc_windows.go |
