/usr/share/doc/libcsfml-doc/html/deprecated.htm is in libcsfml-doc 2.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSFML - C binding of the Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">CSFML</span>
</div>
</div>
<div id="content">
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_deprecated000001"></a>Global <a class="el" href="PrimitiveType_8h.htm#ab04e4fcacdf599aa38e79928c00609a2a489ee5922870d2959a3ffffbb10e481f">sfLinesStrip</a> </dt>
<dd>Use sfLineStrip instead </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Global <a class="el" href="Event_8h.htm#a4c3225ae24ff773850af0466d810d1a0">sfMouseWheelEvent</a> </dt>
<dd>Use <a class="el" href="structsfMouseWheelScrollEvent.htm" title="Mouse wheel events parameters. ">sfMouseWheelScrollEvent</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000007"></a>Global <a class="el" href="Event_8h.htm#a4c3225ae24ff773850af0466d810d1a0">sfMouseWheelEvent</a> </dt>
<dd>Use <a class="el" href="structsfMouseWheelScrollEvent.htm" title="Mouse wheel events parameters. ">sfMouseWheelScrollEvent</a> instead. </dd>
<dt><a class="anchor" id="_deprecated000004"></a>Global <a class="el" href="RenderWindow_8h.htm#a3e852ee1fd4fc57cd868c29ae9baa5af">sfRenderWindow_capture</a> (const sfRenderWindow *renderWindow)</dt>
<dd>Use a sfTexture and its <a class="el" href="Texture_8h.htm#a0115dfe938c5c0f3d800e6498bf46553" title="Update a texture from the contents of a render-window. ">sfTexture_updateFromRenderWindow(sfTexture*, const sfRenderWindow*, unsigned int, unsigned int)</a> function and copy its contents into an sfImage instead. </dd>
<dt><a class="anchor" id="_deprecated000006"></a>Global <a class="el" href="Text_8h.htm#a62ec37de3693ee0f0a491cee7e8a96bf">sfText_getColor</a> (const sfText *text)</dt>
<dd>This function is deprecated and may be removed in future releases. Use sfText_getFillColor instead. </dd>
<dt><a class="anchor" id="_deprecated000005"></a>Global <a class="el" href="Text_8h.htm#a0a8a8077b853f5dccc0c1ea4f97fe2f7">sfText_setColor</a> (sfText *text, <a class="el" href="structsfColor.htm" title="Utility class for manpulating RGBA colors. ">sfColor</a> color)</dt>
<dd>This function is deprecated and may be removed in future releases. Use sfText_setFillColor instead. </dd>
<dt><a class="anchor" id="_deprecated000003"></a>Global <a class="el" href="PrimitiveType_8h.htm#ab04e4fcacdf599aa38e79928c00609a2a72010f90df79d0f2d9e5acb368c62f99">sfTrianglesFan</a> </dt>
<dd>Use sfTriangleFan instead </dd>
<dt><a class="anchor" id="_deprecated000002"></a>Global <a class="el" href="PrimitiveType_8h.htm#ab04e4fcacdf599aa38e79928c00609a2a7f188ef57cf3ab12f1201f7dd6293d50">sfTrianglesStrip</a> </dt>
<dd>Use sfTriangleStrip instead </dd>
</dl>
</div></div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
Copyright © Laurent Gomila ::
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
</div>
</div>
</body>
</html>
|