X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdlsystem.inc;h=1e06d9f0ed7c28fec74703d5fb3e675c90101f04;hb=ac201b02f10ef558087d50f6b03b4519ab567558;hp=9849bb0f09527f065deeb7e8c75ec3350daf94ed;hpb=423556f23c02a18964bd2c1e125516c0c902ca46;p=d2df-sdl.git diff --git a/src/lib/sdl2/sdlsystem.inc b/src/lib/sdl2/sdlsystem.inc index 9849bb0..1e06d9f 100644 --- a/src/lib/sdl2/sdlsystem.inc +++ b/src/lib/sdl2/sdlsystem.inc @@ -1,7 +1,7 @@ // from "SDL_system.h" (* Platform specific functions for Windows *) -{$IF DEFINED(WIN32) OR DEFINED(WIN64)} +{$IF DEFINED(WIN32) OR DEFINED(WIN64)} {* Returns the D3D9 adapter index that matches the specified display index. * This adapter index can be passed to IDirect3D9::CreateDevice and controls @@ -17,7 +17,7 @@ Type PIDirect3DDevice9 = Pointer; Function SDL_RenderGetD3D9Device(renderer:PSDL_Renderer):PIDirect3DDevice9; cdecl; external SDL_LibName; -{* Returns the DXGI Adapter and Output indices for the specified display index. +{* Returns the DXGI Adapter and Output indices for the specified display index. * These can be passed to EnumAdapters and EnumOutputs respectively to get the objects * required to create a DX10 or DX11 device and swap chain. *}