Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
WinRT: file naming and placement cleanup
- moved SDL_WinRTApp.* from src/video/windowsrt/ to src/core/winrt/, and renamed them to SDL_winrtapp.* (to mimick case-sensitivity used elsewhere in SDL) - renamed all "windowsrt" directories (in src) to "winrt", as the shorthand name is used more often (and, IMO, "WinRT" != "Windows RT", not entirely at least)
- Loading branch information
Showing
with
79 additions
and 79 deletions.
- +15 −15 VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj
- +15 −15 VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj.filters
- +17 −17 VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj
- +26 −26 VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters
- +3 −3 src/{video/windowsrt/SDL_WinRTApp.cpp → core/winrt/SDL_winrtapp.cpp}
- 0 src/{video/windowsrt/SDL_WinRTApp.h → core/winrt/SDL_winrtapp.h}
- 0 src/core/{windowsrt → winrt}/SDL_winrtpaths.cpp
- +1 −1 src/video/{windowsrt → winrt}/SDL_winrtevents.cpp
- 0 src/video/{windowsrt → winrt}/SDL_winrtevents_c.h
- +1 −1 src/video/{windowsrt → winrt}/SDL_winrtmouse.cpp
- 0 src/video/{windowsrt → winrt}/SDL_winrtmouse.h
- +1 −1 src/video/{windowsrt → winrt}/SDL_winrtvideo.cpp
- 0 src/video/{windowsrt → winrt}/SDL_winrtvideo.h
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.