summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cowgill <jcowgill@debian.org>2018-11-04 15:17:38 +0000
committerJames Cowgill <jcowgill@debian.org>2018-11-04 16:27:22 +0000
commit3f90d8b2b91a0306125e5757e1b5d3fc867829e3 (patch)
treea405bf9f68314608ff5797419384d3d5fd0d32d0
parentd6309b5de2fb7fff58f6fa7e66d7ea3141a1a1cd (diff)
d/*.symbols: Add new symbols in 2.5
-rw-r--r--debian/libcsfml-audio2.5.symbols2
-rw-r--r--debian/libcsfml-graphics2.5.symbols22
-rw-r--r--debian/libcsfml-window2.5.symbols10
3 files changed, 34 insertions, 0 deletions
diff --git a/debian/libcsfml-audio2.5.symbols b/debian/libcsfml-audio2.5.symbols
index 57cfdf3..ca303a4 100644
--- a/debian/libcsfml-audio2.5.symbols
+++ b/debian/libcsfml-audio2.5.symbols
@@ -17,6 +17,7 @@ libcsfml-audio.so.2.5 libcsfml-audio2.5 #MINVER#
sfMusic_getChannelCount@Base 2.5
sfMusic_getDuration@Base 2.5
sfMusic_getLoop@Base 2.5
+ sfMusic_getLoopPoints@Base 2.5
sfMusic_getMinDistance@Base 2.5
sfMusic_getPitch@Base 2.5
sfMusic_getPlayingOffset@Base 2.5
@@ -29,6 +30,7 @@ libcsfml-audio.so.2.5 libcsfml-audio2.5 #MINVER#
sfMusic_play@Base 2.5
sfMusic_setAttenuation@Base 2.5
sfMusic_setLoop@Base 2.5
+ sfMusic_setLoopPoints@Base 2.5
sfMusic_setMinDistance@Base 2.5
sfMusic_setPitch@Base 2.5
sfMusic_setPlayingOffset@Base 2.5
diff --git a/debian/libcsfml-graphics2.5.symbols b/debian/libcsfml-graphics2.5.symbols
index 28c9a0f..6badef5 100644
--- a/debian/libcsfml-graphics2.5.symbols
+++ b/debian/libcsfml-graphics2.5.symbols
@@ -162,6 +162,7 @@ libcsfml-graphics.so.2.5 libcsfml-graphics2.5 #MINVER#
sfRenderTexture_drawSprite@Base 2.5
sfRenderTexture_drawText@Base 2.5
sfRenderTexture_drawVertexArray@Base 2.5
+ sfRenderTexture_drawVertexBuffer@Base 2.5
sfRenderTexture_generateMipmap@Base 2.5
sfRenderTexture_getDefaultView@Base 2.5
sfRenderTexture_getSize@Base 2.5
@@ -195,6 +196,7 @@ libcsfml-graphics.so.2.5 libcsfml-graphics2.5 #MINVER#
sfRenderWindow_drawSprite@Base 2.5
sfRenderWindow_drawText@Base 2.5
sfRenderWindow_drawVertexArray@Base 2.5
+ sfRenderWindow_drawVertexBuffer@Base 2.5
sfRenderWindow_getDefaultView@Base 2.5
sfRenderWindow_getPosition@Base 2.5
sfRenderWindow_getSettings@Base 2.5
@@ -216,6 +218,7 @@ libcsfml-graphics.so.2.5 libcsfml-graphics2.5 #MINVER#
sfRenderWindow_setIcon@Base 2.5
sfRenderWindow_setJoystickThreshold@Base 2.5
sfRenderWindow_setKeyRepeatEnabled@Base 2.5
+ sfRenderWindow_setMouseCursor@Base 2.5
sfRenderWindow_setMouseCursorGrabbed@Base 2.5
sfRenderWindow_setMouseCursorVisible@Base 2.5
sfRenderWindow_setPosition@Base 2.5
@@ -332,6 +335,7 @@ libcsfml-graphics.so.2.5 libcsfml-graphics2.5 #MINVER#
sfText_getFont@Base 2.5
sfText_getGlobalBounds@Base 2.5
sfText_getInverseTransform@Base 2.5
+ sfText_getLetterSpacing@Base 2.5
sfText_getLocalBounds@Base 2.5
sfText_getOrigin@Base 2.5
sfText_getOutlineColor@Base 2.5
@@ -350,6 +354,8 @@ libcsfml-graphics.so.2.5 libcsfml-graphics2.5 #MINVER#
sfText_setColor@Base 2.5
sfText_setFillColor@Base 2.5
sfText_setFont@Base 2.5
+ sfText_setLetterSpacing@Base 2.5
+ sfText_setLineSpacing@Base 2.5
sfText_setOrigin@Base 2.5
sfText_setOutlineColor@Base 2.5
sfText_setOutlineThickness@Base 2.5
@@ -378,6 +384,7 @@ libcsfml-graphics.so.2.5 libcsfml-graphics2.5 #MINVER#
sfTexture_setRepeated@Base 2.5
sfTexture_setSmooth@Base 2.5
sfTexture_setSrgb@Base 2.5
+ sfTexture_swap@Base 2.5
sfTexture_updateFromImage@Base 2.5
sfTexture_updateFromPixels@Base 2.5
sfTexture_updateFromRenderWindow@Base 2.5
@@ -385,6 +392,7 @@ libcsfml-graphics.so.2.5 libcsfml-graphics2.5 #MINVER#
sfTouch_getPositionRenderWindow@Base 2.5
sfTransform_Identity@Base 2.5
sfTransform_combine@Base 2.5
+ sfTransform_equal@Base 2.5
sfTransform_fromMatrix@Base 2.5
sfTransform_getInverse@Base 2.5
sfTransform_getMatrix@Base 2.5
@@ -423,6 +431,20 @@ libcsfml-graphics.so.2.5 libcsfml-graphics2.5 #MINVER#
sfVertexArray_getVertexCount@Base 2.5
sfVertexArray_resize@Base 2.5
sfVertexArray_setPrimitiveType@Base 2.5
+ sfVertexBuffer_bind@Base 2.5
+ sfVertexBuffer_copy@Base 2.5
+ sfVertexBuffer_create@Base 2.5
+ sfVertexBuffer_destroy@Base 2.5
+ sfVertexBuffer_getNativeHandle@Base 2.5
+ sfVertexBuffer_getPrimitiveType@Base 2.5
+ sfVertexBuffer_getUsage@Base 2.5
+ sfVertexBuffer_getVertexCount@Base 2.5
+ sfVertexBuffer_isAvailable@Base 2.5
+ sfVertexBuffer_setPrimitiveType@Base 2.5
+ sfVertexBuffer_setUsage@Base 2.5
+ sfVertexBuffer_swap@Base 2.5
+ sfVertexBuffer_update@Base 2.5
+ sfVertexBuffer_updateFromVertexBuffer@Base 2.5
sfView_copy@Base 2.5
sfView_create@Base 2.5
sfView_createFromRect@Base 2.5
diff --git a/debian/libcsfml-window2.5.symbols b/debian/libcsfml-window2.5.symbols
index 067ee17..ec22730 100644
--- a/debian/libcsfml-window2.5.symbols
+++ b/debian/libcsfml-window2.5.symbols
@@ -1,9 +1,18 @@
libcsfml-window.so.2.5 libcsfml-window2.5 #MINVER#
* Build-Depends-Package: libcsfml-dev
+ (regex|optional)"^_" 2.5
+ sfClipboard_getString@Base 2.5
+ sfClipboard_getUnicodeString@Base 2.5
+ sfClipboard_setString@Base 2.5
+ sfClipboard_setUnicodeString@Base 2.5
sfContext_create@Base 2.5
sfContext_destroy@Base 2.5
+ sfContext_getActiveContextId@Base 2.5
sfContext_getSettings@Base 2.5
sfContext_setActive@Base 2.5
+ sfCursor_createFromPixels@Base 2.5
+ sfCursor_createFromSystem@Base 2.5
+ sfCursor_destroy@Base 2.5
sfJoystick_getAxisPosition@Base 2.5
sfJoystick_getButtonCount@Base 2.5
sfJoystick_getIdentification@Base 2.5
@@ -43,6 +52,7 @@ libcsfml-window.so.2.5 libcsfml-window2.5 #MINVER#
sfWindow_setIcon@Base 2.5
sfWindow_setJoystickThreshold@Base 2.5
sfWindow_setKeyRepeatEnabled@Base 2.5
+ sfWindow_setMouseCursor@Base 2.5
sfWindow_setMouseCursorGrabbed@Base 2.5
sfWindow_setMouseCursorVisible@Base 2.5
sfWindow_setPosition@Base 2.5