aboutsummaryrefslogtreecommitdiff
path: root/sp/src/public/html/htmlmessages.h
diff options
context:
space:
mode:
authorJørgen P. Tjernø <[email protected]>2013-12-02 19:31:46 -0800
committerJørgen P. Tjernø <[email protected]>2013-12-02 19:46:31 -0800
commitf56bb35301836e56582a575a75864392a0177875 (patch)
treede61ddd39de3e7df52759711950b4c288592f0dc /sp/src/public/html/htmlmessages.h
parentMark some more files as text. (diff)
downloadsource-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz
source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip
Fix line endings. WHAMMY.
Diffstat (limited to 'sp/src/public/html/htmlmessages.h')
-rw-r--r--sp/src/public/html/htmlmessages.h230
1 files changed, 115 insertions, 115 deletions
diff --git a/sp/src/public/html/htmlmessages.h b/sp/src/public/html/htmlmessages.h
index b2d5dd0e..bfdc3475 100644
--- a/sp/src/public/html/htmlmessages.h
+++ b/sp/src/public/html/htmlmessages.h
@@ -1,116 +1,116 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//=============================================================================//
-
-#ifndef HTMLMESSAGES_H
-#define HTMLMESSAGES_H
-
-#ifdef _WIN32
-#pragma once
-#endif
-
-//-----------------------------------------------------------------------------
-// Purpose: Commands we IPC across to the html thread and get responses for
-//-----------------------------------------------------------------------------
-enum EHTMLCommands
-{
- // input events
- eHTMLCommands_KeyUp,
- eHTMLCommands_KeyDown,
- eHTMLCommands_KeyChar,
- eHTMLCommands_MouseDown,
- eHTMLCommands_MouseUp,
- eHTMLCommands_MouseDblClick,
- eHTMLCommands_MouseWheel,
- eHTMLCommands_MouseMove,
- eHTMLCommands_MouseLeave,
-
- // command events
- eHTMLCommands_BrowserCreate,
- eHTMLCommands_BrowserRemove,
- eHTMLCommands_BrowserErrorStrings,
- eHTMLCommands_BrowserSize,
- eHTMLCommands_BrowserPosition,
- eHTMLCommands_PostURL,
- eHTMLCommands_StopLoad,
- eHTMLCommands_Reload,
- eHTMLCommands_GoForward,
- eHTMLCommands_GoBack,
- eHTMLCommands_Copy,
- eHTMLCommands_Paste,
- eHTMLCommands_ExecuteJavaScript,
- eHTMLCommands_SetFocus,
- eHTMLCommands_HorizontalScrollBarSize,
- eHTMLCommands_VerticalScrollBarSize,
- eHTMLCommands_Find,
- eHTMLCommands_StopFind,
- eHTMLCommands_SetHorizontalScroll,
- eHTMLCommands_SetVerticalScroll,
- eHTMLCommands_SetZoomLevel,
- eHTMLCommands_ViewSource,
- eHTMLCommands_NeedsPaintResponse,
- eHTMLCommands_AddHeader,
- eHTMLCommands_GetZoom,
- eHTMLCommands_FileLoadDialogResponse,
- eHTMLCommands_LinkAtPosition,
- eHTMLCommands_ZoomToElementAtPosition,
- eHTMLCommands_SavePageToJPEG,
- eHTMLCommands_JSAlert,
- eHTMLCommands_JSConfirm,
- eHTMLCommands_CanGoBackandForward,
- eHTMLCommands_OpenSteamURL,
- eHTMLCommands_SizePopup,
- eHTMLCommands_SetCookie,
- eHTMLCommands_SetTargetFrameRate,
- eHTMLCommands_FullRepaint,
- eHTMLCommands_SetPageScale,
- eHTMLCommands_RequestFullScreen,
- eHTMLCommands_ExitFullScreen,
- eHTMLCommands_GetCookiesForURL,
- eHTMLCommands_ZoomToCurrentlyFocusedNode,
- eHTMLCommands_CloseFullScreenFlashIfOpen,
- eHTMLCommands_PauseFullScreenFlashMovieIfOpen,
- eHTMLCommands_GetFocusedNodeValue,
-
- // output back to the main thread
- eHTMLCommands_BrowserCreateResponse,
- eHTMLCommands_BrowserReady,
- eHTMLCommands_URLChanged,
- eHTMLCommands_FinishedRequest,
- eHTMLCommands_StartRequest,
- eHTMLCommands_ShowPopup,
- eHTMLCommands_HidePopup,
- eHTMLCommands_OpenNewTab,
- eHTMLCommands_PopupHTMLWindow,
- eHTMLCommands_PopupHTMLWindowResponse,
- eHTMLCommands_SetHTMLTitle,
- eHTMLCommands_LoadingResource,
- eHTMLCommands_StatusText,
- eHTMLCommands_SetCursor,
- eHTMLCommands_FileLoadDialog,
- eHTMLCommands_ShowToolTip,
- eHTMLCommands_UpdateToolTip,
- eHTMLCommands_HideToolTip,
- eHTMLCommands_SearchResults,
- eHTMLCommands_Close,
- eHTMLCommands_VerticalScrollBarSizeResponse,
- eHTMLCommands_HorizontalScrollBarSizeResponse,
- eHTMLCommands_GetZoomResponse,
- eHTMLCommands_StartRequestResponse,
- eHTMLCommands_NeedsPaint,
- eHTMLCommands_LinkAtPositionResponse,
- eHTMLCommands_ZoomToElementAtPositionResponse,
- eHTMLCommands_JSDialogResponse,
- eHTMLCommands_ScaleToValueResponse,
- eHTMLCommands_RequestFullScreenResponse,
- eHTMLCommands_GetCookiesForURLResponse,
- eHTMLCommands_NodeGotFocus,
- eHTMLCommands_SavePageToJPEGResponse,
- eHTMLCommands_GetFocusedNodeValueResponse,
-
- eHTMLCommands_None,
-
-};
-
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//=============================================================================//
+
+#ifndef HTMLMESSAGES_H
+#define HTMLMESSAGES_H
+
+#ifdef _WIN32
+#pragma once
+#endif
+
+//-----------------------------------------------------------------------------
+// Purpose: Commands we IPC across to the html thread and get responses for
+//-----------------------------------------------------------------------------
+enum EHTMLCommands
+{
+ // input events
+ eHTMLCommands_KeyUp,
+ eHTMLCommands_KeyDown,
+ eHTMLCommands_KeyChar,
+ eHTMLCommands_MouseDown,
+ eHTMLCommands_MouseUp,
+ eHTMLCommands_MouseDblClick,
+ eHTMLCommands_MouseWheel,
+ eHTMLCommands_MouseMove,
+ eHTMLCommands_MouseLeave,
+
+ // command events
+ eHTMLCommands_BrowserCreate,
+ eHTMLCommands_BrowserRemove,
+ eHTMLCommands_BrowserErrorStrings,
+ eHTMLCommands_BrowserSize,
+ eHTMLCommands_BrowserPosition,
+ eHTMLCommands_PostURL,
+ eHTMLCommands_StopLoad,
+ eHTMLCommands_Reload,
+ eHTMLCommands_GoForward,
+ eHTMLCommands_GoBack,
+ eHTMLCommands_Copy,
+ eHTMLCommands_Paste,
+ eHTMLCommands_ExecuteJavaScript,
+ eHTMLCommands_SetFocus,
+ eHTMLCommands_HorizontalScrollBarSize,
+ eHTMLCommands_VerticalScrollBarSize,
+ eHTMLCommands_Find,
+ eHTMLCommands_StopFind,
+ eHTMLCommands_SetHorizontalScroll,
+ eHTMLCommands_SetVerticalScroll,
+ eHTMLCommands_SetZoomLevel,
+ eHTMLCommands_ViewSource,
+ eHTMLCommands_NeedsPaintResponse,
+ eHTMLCommands_AddHeader,
+ eHTMLCommands_GetZoom,
+ eHTMLCommands_FileLoadDialogResponse,
+ eHTMLCommands_LinkAtPosition,
+ eHTMLCommands_ZoomToElementAtPosition,
+ eHTMLCommands_SavePageToJPEG,
+ eHTMLCommands_JSAlert,
+ eHTMLCommands_JSConfirm,
+ eHTMLCommands_CanGoBackandForward,
+ eHTMLCommands_OpenSteamURL,
+ eHTMLCommands_SizePopup,
+ eHTMLCommands_SetCookie,
+ eHTMLCommands_SetTargetFrameRate,
+ eHTMLCommands_FullRepaint,
+ eHTMLCommands_SetPageScale,
+ eHTMLCommands_RequestFullScreen,
+ eHTMLCommands_ExitFullScreen,
+ eHTMLCommands_GetCookiesForURL,
+ eHTMLCommands_ZoomToCurrentlyFocusedNode,
+ eHTMLCommands_CloseFullScreenFlashIfOpen,
+ eHTMLCommands_PauseFullScreenFlashMovieIfOpen,
+ eHTMLCommands_GetFocusedNodeValue,
+
+ // output back to the main thread
+ eHTMLCommands_BrowserCreateResponse,
+ eHTMLCommands_BrowserReady,
+ eHTMLCommands_URLChanged,
+ eHTMLCommands_FinishedRequest,
+ eHTMLCommands_StartRequest,
+ eHTMLCommands_ShowPopup,
+ eHTMLCommands_HidePopup,
+ eHTMLCommands_OpenNewTab,
+ eHTMLCommands_PopupHTMLWindow,
+ eHTMLCommands_PopupHTMLWindowResponse,
+ eHTMLCommands_SetHTMLTitle,
+ eHTMLCommands_LoadingResource,
+ eHTMLCommands_StatusText,
+ eHTMLCommands_SetCursor,
+ eHTMLCommands_FileLoadDialog,
+ eHTMLCommands_ShowToolTip,
+ eHTMLCommands_UpdateToolTip,
+ eHTMLCommands_HideToolTip,
+ eHTMLCommands_SearchResults,
+ eHTMLCommands_Close,
+ eHTMLCommands_VerticalScrollBarSizeResponse,
+ eHTMLCommands_HorizontalScrollBarSizeResponse,
+ eHTMLCommands_GetZoomResponse,
+ eHTMLCommands_StartRequestResponse,
+ eHTMLCommands_NeedsPaint,
+ eHTMLCommands_LinkAtPositionResponse,
+ eHTMLCommands_ZoomToElementAtPositionResponse,
+ eHTMLCommands_JSDialogResponse,
+ eHTMLCommands_ScaleToValueResponse,
+ eHTMLCommands_RequestFullScreenResponse,
+ eHTMLCommands_GetCookiesForURLResponse,
+ eHTMLCommands_NodeGotFocus,
+ eHTMLCommands_SavePageToJPEGResponse,
+ eHTMLCommands_GetFocusedNodeValueResponse,
+
+ eHTMLCommands_None,
+
+};
+
#endif // HTMLMESSAGES_H \ No newline at end of file