DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / lib / sdl2 / sdlhints.inc
index b3f393d68b52615f2f7090268a60b6e05d3274c1..7f5f9d69f36551203848e0ae003f7599c2443ee5 100644 (file)
@@ -135,7 +135,7 @@ SDL_HINT_RENDER_SCALE_QUALITY = 'SDL_RENDER_SCALE_QUALITY';
 SDL_HINT_RENDER_VSYNC = 'SDL_RENDER_VSYNC';
 
 {/**
- *  \brief  A variable controlling whether the screensaver is enabled. 
+ *  \brief  A variable controlling whether the screensaver is enabled.
  *
  *  This variable can be set to the following values:
  *    "0"       - Disable screensaver
@@ -311,7 +311,7 @@ SDL_HINT_VIDEO_HIGHDPI_DISABLED = 'SDL_VIDEO_HIGHDPI_DISABLED';
 
 {**
  *  \brief A variable that determines whether ctrl+click should generate a right-click event on Mac
- *  
+ *
  *  If present, holding ctrl while left clicking will generate a right click
  *  event when on Mac.
  *}
@@ -335,9 +335,9 @@ SDL_HINT_VIDEO_WIN_D3DCOMPILER = 'SDL_VIDEO_WIN_D3DCOMPILER';
 
 {/**
  *  \brief  A variable that is the address of another SDL_Window* (as a hex string formatted with "%p").
- *  
+ *
  *  If this hint is set before SDL_CreateWindowFrom() and the SDL_Window* it is set to has
- *  SDL_WINDOW_OPENGL set (and running on WGL only, currently), then two things will occur on the newly 
+ *  SDL_WINDOW_OPENGL set (and running on WGL only, currently), then two things will occur on the newly
  *  created SDL_Window:
  *
  *  1. Its pixel format will be set to the same pixel format as this SDL_Window.  This is
@@ -504,4 +504,3 @@ procedure SDL_DelHintCallback(const name: PChar; callback: TSDL_HintCallback; us
  */}
 //extern DECLSPEC void SDLCALL SDL_ClearHints(void);
 procedure SDL_ClearHints(); cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_ClearHints' {$ENDIF} {$ENDIF};
-