From da0d27d0caaf40400e0abbedcebe0dc0ba64fcd3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Aug 2020 07:06:42 +0200 Subject: update to 2.4.0 drop patch merged upstream raise dependency on PHP 7.4 --- REFLECTION | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 023f727..da7104a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #71 SDL version 2.3.0 ] { +Extension [ extension #162 SDL version 2.4.0 ] { - Constants [738] { Constant [ int SDL_BLENDMODE_NONE ] { 0 } @@ -716,11 +716,11 @@ Extension [ extension #71 SDL version 2.3.0 ] { Constant [ int SDL_PREALLOC ] { 1 } Constant [ int SDL_RLEACCEL ] { 2 } Constant [ int SDL_DONTFREE ] { 4 } - Constant [ int SDL_COMPILEDVERSION ] { 2009 } + Constant [ int SDL_COMPILEDVERSION ] { 2012 } Constant [ int SDL_MAJOR_VERSION ] { 2 } Constant [ int SDL_MINOR_VERSION ] { 0 } - Constant [ int SDL_PATCHLEVEL ] { 9 } - Constant [ string SDL_REVISION ] { hg-12373:8feb5da6f2fb } + Constant [ int SDL_PATCHLEVEL ] { 12 } + Constant [ string SDL_REVISION ] { hg-13609:34cc7d3b69d3 } Constant [ int SDL_WINDOW_FULLSCREEN ] { 1 } Constant [ int SDL_WINDOW_OPENGL ] { 2 } Constant [ int SDL_WINDOW_SHOWN ] { 4 } @@ -1215,6 +1215,16 @@ Extension [ extension #71 SDL version 2.3.0 ] { Parameter #4 [ $h ] } } + Function [ function SDL_QueryTexture ] { + + - Parameters [5] { + Parameter #0 [ $texture ] + Parameter #1 [ &$format ] + Parameter #2 [ &$access ] + Parameter #3 [ &$w ] + Parameter #4 [ &$h ] + } + } Function [ function SDL_SetRenderTarget ] { - Parameters [2] { @@ -3118,6 +3128,7 @@ Extension [ extension #71 SDL version 2.3.0 ] { } - Properties [16] { + Property [ public $format ] Property [ public $BitsPerPixel ] Property [ public $BytesPerPixel ] Property [ public $Rmask ] @@ -3133,7 +3144,6 @@ Extension [ extension #71 SDL version 2.3.0 ] { Property [ public $Bshift ] Property [ public $Ashift ] Property [ public $palette ] - Property [ public $format ] } - Methods [8] { @@ -3216,11 +3226,10 @@ Extension [ extension #71 SDL version 2.3.0 ] { - Static methods [0] { } - - Properties [4] { + - Properties [3] { Property [ public $pitch ] Property [ public $h ] Property [ public $count ] - Property [ public $pixels ] } - Methods [9] { @@ -3303,12 +3312,11 @@ Extension [ extension #71 SDL version 2.3.0 ] { - Static methods [0] { } - - Properties [5] { + - Properties [4] { Property [ public $x ] Property [ public $y ] Property [ public $w ] Property [ public $h ] - Property [ public $clip_rect ] } - Methods [8] { @@ -3684,11 +3692,14 @@ Extension [ extension #71 SDL version 2.3.0 ] { } } - - Properties [4] { + - Properties [7] { Property [ public $flags ] Property [ public $w ] Property [ public $h ] Property [ public $pitch ] + Property [ public $format ] + Property [ public $clip_rect ] + Property [ public $pixels ] } - Methods [30] { -- cgit