summaryrefslogtreecommitdiff
path: root/include/SDL_syswm.h
diff options
context:
space:
mode:
authorDavid Ludwig <dludwig@pobox.com>2013-08-27 11:44:43 -0400
committerDavid Ludwig <dludwig@pobox.com>2013-08-27 11:44:43 -0400
commit669aa12b7e1fc35f03825055994e1617b0728e5c (patch)
tree2b3661c3f5e62a739f1ae56e8070567c00f6cb0f /include/SDL_syswm.h
parent38bbbc27f965306b7a35a9e9e921da4f837d874e (diff)
WinRT: renamed SDL_SYSWM_WINDOWSRT to SDL_SYSWM_WINRT
This is part of an overall effort to use the name, "WinRT", rather than "WindowsRT" (or "Windows RT"), as the shorthand name often seems to mean something different than the longhand name. (WinRT is an API, Windows RT is a product name)
Diffstat (limited to 'include/SDL_syswm.h')
-rw-r--r--include/SDL_syswm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_syswm.h b/include/SDL_syswm.h
index 3b503ae74a..5fc8fc4196 100644
--- a/include/SDL_syswm.h
+++ b/include/SDL_syswm.h
@@ -105,7 +105,7 @@ typedef enum
{
SDL_SYSWM_UNKNOWN,
SDL_SYSWM_WINDOWS,
- SDL_SYSWM_WINDOWSRT,
+ SDL_SYSWM_WINRT,
SDL_SYSWM_X11,
SDL_SYSWM_DIRECTFB,
SDL_SYSWM_COCOA,