Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
WinRT: cleaned up headers in src\video\windowsrt\
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Feb 24, 2013
1 parent 5e2fd9d commit 4cb3976
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 61 deletions.
2 changes: 0 additions & 2 deletions VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj
Expand Up @@ -244,8 +244,6 @@
<ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h" />
<ClInclude Include="..\..\src\video\SDL_shape_internals.h" />
<ClInclude Include="..\..\src\video\SDL_sysvideo.h" />
<ClInclude Include="..\..\src\video\windowsrt\DirectXHelper.h" />
<ClInclude Include="..\..\src\video\windowsrt\SDLmain_WinRT_common.h" />
<ClInclude Include="..\..\src\video\windowsrt\SDL_WinRTApp.h" />
<ClInclude Include="..\..\src\video\windowsrt\SDL_winrtevents_c.h" />
<ClInclude Include="..\..\src\video\windowsrt\SDL_winrtmouse.h" />
Expand Down
6 changes: 0 additions & 6 deletions VisualC-WinPhone/SDL/SDL_VS2012-WinPhone.vcxproj.filters
Expand Up @@ -321,12 +321,6 @@
<ClInclude Include="..\..\src\video\SDL_sysvideo.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\video\windowsrt\DirectXHelper.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\video\windowsrt\SDLmain_WinRT_common.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\video\windowsrt\SDL_WinRTApp.h">
<Filter>Source Files</Filter>
</ClInclude>
Expand Down
2 changes: 0 additions & 2 deletions VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj
Expand Up @@ -273,8 +273,6 @@
<ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h" />
<ClInclude Include="..\..\src\video\SDL_shape_internals.h" />
<ClInclude Include="..\..\src\video\SDL_sysvideo.h" />
<ClInclude Include="..\..\src\video\windowsrt\DirectXHelper.h" />
<ClInclude Include="..\..\src\video\windowsrt\SDLmain_WinRT_common.h" />
<ClInclude Include="..\..\src\video\windowsrt\SDL_WinRTApp.h" />
<ClInclude Include="..\..\src\video\windowsrt\SDL_winrtevents_c.h" />
<ClInclude Include="..\..\src\video\windowsrt\SDL_winrtmouse.h" />
Expand Down
6 changes: 0 additions & 6 deletions VisualC-WinRT/SDL/SDL_VS2012-WinRT.vcxproj.filters
Expand Up @@ -578,12 +578,6 @@
<ClInclude Include="..\..\src\audio\xaudio2\SDL_xaudio2_winrthelpers.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\video\windowsrt\SDLmain_WinRT_common.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\video\windowsrt\DirectXHelper.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\events\blank_cursor.h">
<Filter>Source Files</Filter>
</ClInclude>
Expand Down
17 changes: 0 additions & 17 deletions src/video/windowsrt/DirectXHelper.h

This file was deleted.

24 changes: 13 additions & 11 deletions src/video/windowsrt/SDL_WinRTApp.cpp
@@ -1,26 +1,28 @@
#include "SDLmain_WinRT_common.h"
#include "SDL_WinRTApp.h"

#include <string>
#include <unordered_map>
#include <sstream>

#include "ppltasks.h"

extern "C" {
#include "SDL_assert.h"
#include "SDL_events.h"
#include "SDL_hints.h"
#include "SDL_log.h"
#include "SDL_stdinc.h"
#include "SDL_render.h"
#include "../SDL_sysvideo.h"
#include "../../SDL_hints_c.h"
#include "../../events/scancodes_windows.h"
#include "../../events/SDL_mouse_c.h"
#include "../../events/SDL_keyboard_c.h"
#include "../../events/SDL_windowevents_c.h"
#include "../../events/scancodes_windows.h"
#include "SDL_events.h"
#include "SDL_log.h"
#include "SDL_render.h"
#include "../../render/SDL_sysrender.h"
#include "SDL_hints.h"
#include "../../SDL_hints_c.h"
}

#include <string>
#include <unordered_map>
#include <sstream>
#include "SDL_winrtvideo.h"
#include "SDL_WinRTApp.h"

using namespace concurrency;
using namespace std;
Expand Down
3 changes: 1 addition & 2 deletions src/video/windowsrt/SDL_WinRTApp.h
@@ -1,7 +1,6 @@
#pragma once

#include "SDLmain_WinRT_common.h"
#include "SDL_winrtvideo.h"
struct SDL_WindowData;

ref class SDL_WinRTApp sealed : public Windows::ApplicationModel::Core::IFrameworkView
{
Expand Down
15 changes: 0 additions & 15 deletions src/video/windowsrt/SDLmain_WinRT_common.h

This file was deleted.

0 comments on commit 4cb3976

Please sign in to comment.