X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdlhints.inc;h=7f5f9d69f36551203848e0ae003f7599c2443ee5;hp=b3f393d68b52615f2f7090268a60b6e05d3274c1;hb=ac201b02f10ef558087d50f6b03b4519ab567558;hpb=423556f23c02a18964bd2c1e125516c0c902ca46 diff --git a/src/lib/sdl2/sdlhints.inc b/src/lib/sdl2/sdlhints.inc index b3f393d..7f5f9d6 100644 --- a/src/lib/sdl2/sdlhints.inc +++ b/src/lib/sdl2/sdlhints.inc @@ -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}; -