- Global sfLinesStrip  
- Use sfLineStrip instead  
- Global sfMouseWheelEvent  
- Use sfMouseWheelScrollEvent instead. 
- Global sfMouseWheelEvent  
- Use sfMouseWheelScrollEvent instead. 
- Global sfRenderWindow_capture  (const sfRenderWindow *renderWindow)
- Use a sfTexture and its sfTexture_updateFromRenderWindow(sfTexture*, const sfRenderWindow*, unsigned int, unsigned int) function and copy its contents into an sfImage instead.  
- Global sfText_getColor  (const sfText *text)
- This function is deprecated and may be removed in future releases. Use sfText_getFillColor instead. 
- Global sfText_setColor  (sfText *text, sfColor color)
- This function is deprecated and may be removed in future releases. Use sfText_setFillColor instead. 
- Global sfTrianglesFan  
- Use sfTriangleFan instead  
- Global sfTrianglesStrip  
- Use sfTriangleStrip instead