Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 7281b619e6b612f5388cfad6b0e56530 > files > 133

sdl2-docs-2.0.3-4.mga5.noarch.rpm

<!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>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<title>My Project: SDL_video.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">My Project
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">SDL_video.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="SDL__video_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">  Simple DirectMedia Layer</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">  Copyright (C) 1997-2014 Sam Lantinga &lt;slouken@libsdl.org&gt;</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">  This software is provided &#39;as-is&#39;, without any express or implied</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment">  warranty.  In no event will the authors be held liable for any damages</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">  arising from the use of this software.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">  Permission is granted to anyone to use this software for any purpose,</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">  including commercial applications, and to alter it and redistribute it</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">  freely, subject to the following restrictions:</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"></span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">  1. The origin of this software must not be misrepresented; you must not</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">     claim that you wrote the original software. If you use this software</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">     in a product, an acknowledgment in the product documentation would be</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">     appreciated but is not required.</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment">  2. Altered source versions must be plainly marked as such, and must not be</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment">     misrepresented as being the original software.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment">  3. This notice may not be removed or altered from any source distribution.</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment">*/</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#ifndef _SDL_video_h</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#define _SDL_video_h</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="SDL__stdinc_8h.html">SDL_stdinc.h</a>&quot;</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="SDL__pixels_8h.html">SDL_pixels.h</a>&quot;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="SDL__rect_8h.html">SDL_rect.h</a>&quot;</span></div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="SDL__surface_8h.html">SDL_surface.h</a>&quot;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="begin__code_8h.html">begin_code.h</a>&quot;</span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment">/* Set up for C function definitions, even when using C++ */</span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structSDL__DisplayMode.html">   53</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct</span></div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;{</div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="structSDL__DisplayMode.html#ae8120e0a18a99992f039756e1b503680">   55</a></span>&#160;    <a class="code" href="SDL__stdinc_8h.html#add440eff171ea5f55cb00c4a9ab8672d">Uint32</a> <a class="code" href="structSDL__DisplayMode.html#ae8120e0a18a99992f039756e1b503680">format</a>;              </div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="structSDL__DisplayMode.html#a504bb5e21950b719a0df43be51199046">   56</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structSDL__DisplayMode.html#a504bb5e21950b719a0df43be51199046">w</a>;                      </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="structSDL__DisplayMode.html#a0d9eabed50a560ed553af772c26632d7">   57</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structSDL__DisplayMode.html#a0d9eabed50a560ed553af772c26632d7">h</a>;                      </div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="structSDL__DisplayMode.html#ad1b5783c9b292ebf24ad4e0e7a98e540">   58</a></span>&#160;    <span class="keywordtype">int</span> <a class="code" href="structSDL__DisplayMode.html#ad1b5783c9b292ebf24ad4e0e7a98e540">refresh_rate</a>;           </div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="structSDL__DisplayMode.html#a411f93025411da873f37a384ae62bbcf">   59</a></span>&#160;    <span class="keywordtype">void</span> *<a class="code" href="structSDL__DisplayMode.html#a411f93025411da873f37a384ae62bbcf">driverdata</a>;           </div>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;} <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a>;</div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">   89</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> <a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a>;</div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;</div>
<div class="line"><a name="l00096"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18">   96</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span></div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;{</div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18ac7b8279bdf5e22a0b4a95aae3d846923">   98</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18ac7b8279bdf5e22a0b4a95aae3d846923">SDL_WINDOW_FULLSCREEN</a> = 0x00000001,         </div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a5cf8af096f1870b0c2b12267cabd1f7a">   99</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a5cf8af096f1870b0c2b12267cabd1f7a">SDL_WINDOW_OPENGL</a> = 0x00000002,             </div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a4300d051290adcb71c1b5e82e2553c4d">  100</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a4300d051290adcb71c1b5e82e2553c4d">SDL_WINDOW_SHOWN</a> = 0x00000004,              </div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18adda25e98e54964c0c2ec9ac31f5e629c">  101</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18adda25e98e54964c0c2ec9ac31f5e629c">SDL_WINDOW_HIDDEN</a> = 0x00000008,             </div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18af7baea7dc9c0e4f09b28793504b02e4c">  102</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18af7baea7dc9c0e4f09b28793504b02e4c">SDL_WINDOW_BORDERLESS</a> = 0x00000010,         </div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aaf59a5e2f762aa2b6d2e49b0ca220fd8">  103</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aaf59a5e2f762aa2b6d2e49b0ca220fd8">SDL_WINDOW_RESIZABLE</a> = 0x00000020,          </div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a7f08ee26b5773412a212233ddc168c5a">  104</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a7f08ee26b5773412a212233ddc168c5a">SDL_WINDOW_MINIMIZED</a> = 0x00000040,          </div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18acd8063a617f2ce05f694ecdbf56f811a">  105</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18acd8063a617f2ce05f694ecdbf56f811a">SDL_WINDOW_MAXIMIZED</a> = 0x00000080,          </div>
<div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aaf410e1082e45a55ef9176163610dba2">  106</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aaf410e1082e45a55ef9176163610dba2">SDL_WINDOW_INPUT_GRABBED</a> = 0x00000100,      </div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18afcbb682c0942bc106af1474c1d34bb53">  107</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18afcbb682c0942bc106af1474c1d34bb53">SDL_WINDOW_INPUT_FOCUS</a> = 0x00000200,        </div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aa722d0955c297fc60c09b10e1679684c">  108</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aa722d0955c297fc60c09b10e1679684c">SDL_WINDOW_MOUSE_FOCUS</a> = 0x00000400,        </div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    SDL_WINDOW_FULLSCREEN_DESKTOP = ( <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18ac7b8279bdf5e22a0b4a95aae3d846923">SDL_WINDOW_FULLSCREEN</a> | 0x00001000 ),</div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a1ac8e0ef2237a089cf487d7e7fcc6e23">  110</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a1ac8e0ef2237a089cf487d7e7fcc6e23">SDL_WINDOW_FOREIGN</a> = 0x00000800,            </div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a03ec21b04fa4e5c8cc868aa01a0c1bf3">  111</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a03ec21b04fa4e5c8cc868aa01a0c1bf3">SDL_WINDOW_ALLOW_HIGHDPI</a> = 0x00002000       </div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;} <a class="code" href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18">SDL_WindowFlags</a>;</div>
<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;</div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#a0eee89b50bf349f05cb28d6ca7c2dec8">  117</a></span>&#160;<span class="preprocessor">#define SDL_WINDOWPOS_UNDEFINED_MASK    0x1FFF0000</span></div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="preprocessor">#define SDL_WINDOWPOS_UNDEFINED_DISPLAY(X)  (SDL_WINDOWPOS_UNDEFINED_MASK|(X))</span></div>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="preprocessor">#define SDL_WINDOWPOS_UNDEFINED         SDL_WINDOWPOS_UNDEFINED_DISPLAY(0)</span></div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="preprocessor">#define SDL_WINDOWPOS_ISUNDEFINED(X)    \</span></div>
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="preprocessor">            (((X)&amp;0xFFFF0000) == SDL_WINDOWPOS_UNDEFINED_MASK)</span></div>
<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;</div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#a5088b87c9d01cc26915ff082aaf014fa">  126</a></span>&#160;<span class="preprocessor">#define SDL_WINDOWPOS_CENTERED_MASK    0x2FFF0000</span></div>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<span class="preprocessor">#define SDL_WINDOWPOS_CENTERED_DISPLAY(X)  (SDL_WINDOWPOS_CENTERED_MASK|(X))</span></div>
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<span class="preprocessor">#define SDL_WINDOWPOS_CENTERED         SDL_WINDOWPOS_CENTERED_DISPLAY(0)</span></div>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<span class="preprocessor">#define SDL_WINDOWPOS_ISCENTERED(X)    \</span></div>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="preprocessor">            (((X)&amp;0xFFFF0000) == SDL_WINDOWPOS_CENTERED_MASK)</span></div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3bab">  135</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span></div>
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;{</div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babaee1301eee7ad982c50cd310607f968b7">  137</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babaee1301eee7ad982c50cd310607f968b7">SDL_WINDOWEVENT_NONE</a>,           </div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba5e91fe11ed6a24a377a77d024c9639d5">  138</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba5e91fe11ed6a24a377a77d024c9639d5">SDL_WINDOWEVENT_SHOWN</a>,          </div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba04e5bd277e03b61a6e4b577f2a3fda55">  139</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba04e5bd277e03b61a6e4b577f2a3fda55">SDL_WINDOWEVENT_HIDDEN</a>,         </div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babac37af5c3ce56fe0956bc310821d59489">  140</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babac37af5c3ce56fe0956bc310821d59489">SDL_WINDOWEVENT_EXPOSED</a>,        </div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba64da80af7b0a58689f07c7196de23da5">  142</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba64da80af7b0a58689f07c7196de23da5">SDL_WINDOWEVENT_MOVED</a>,          </div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba26096363b1a5a1eccc56a00d5f61948d">  144</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba26096363b1a5a1eccc56a00d5f61948d">SDL_WINDOWEVENT_RESIZED</a>,        </div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba98e76df5341be0a05c7461e32c7835f0">  145</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba98e76df5341be0a05c7461e32c7835f0">SDL_WINDOWEVENT_SIZE_CHANGED</a>,   </div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba70577b21b05c509d0342a5649092928d">  146</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba70577b21b05c509d0342a5649092928d">SDL_WINDOWEVENT_MINIMIZED</a>,      </div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba83593cf9ef16d0eaeeaac19b32a86a05">  147</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba83593cf9ef16d0eaeeaac19b32a86a05">SDL_WINDOWEVENT_MAXIMIZED</a>,      </div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba9ebe8fbb15f1bf06521d6b5484de3d89">  148</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba9ebe8fbb15f1bf06521d6b5484de3d89">SDL_WINDOWEVENT_RESTORED</a>,       </div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babac6990e7537a4cc6cc7aaabc3376b9eb5">  150</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babac6990e7537a4cc6cc7aaabc3376b9eb5">SDL_WINDOWEVENT_ENTER</a>,          </div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba7e1afdd5cfea592a59e129419b431bd5">  151</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba7e1afdd5cfea592a59e129419b431bd5">SDL_WINDOWEVENT_LEAVE</a>,          </div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba529d1b574e559ee46892024e1c2e6c92">  152</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba529d1b574e559ee46892024e1c2e6c92">SDL_WINDOWEVENT_FOCUS_GAINED</a>,   </div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba239e734c6ba478fb2f694fc7cde30c31">  153</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba239e734c6ba478fb2f694fc7cde30c31">SDL_WINDOWEVENT_FOCUS_LOST</a>,     </div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba2483911a3a2a20dbb1c88a15ffb9a360">  154</a></span>&#160;    <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba2483911a3a2a20dbb1c88a15ffb9a360">SDL_WINDOWEVENT_CLOSE</a>           </div>
<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;} <a class="code" href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3bab">SDL_WindowEventID</a>;</div>
<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;</div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#a0d64dcf67c9685d09cbe051448e1b3f3">  161</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">void</span> *<a class="code" href="SDL__video_8h.html#a0d64dcf67c9685d09cbe051448e1b3f3">SDL_GLContext</a>;</div>
<div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;</div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="SDL__video_8h.html#a2de24951bbc6626dc259ec0db5ae8ed4">  166</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span></div>
<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;{</div>
<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;    SDL_GL_RED_SIZE,</div>
<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;    SDL_GL_GREEN_SIZE,</div>
<div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;    SDL_GL_BLUE_SIZE,</div>
<div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;    SDL_GL_ALPHA_SIZE,</div>
<div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;    SDL_GL_BUFFER_SIZE,</div>
<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;    SDL_GL_DOUBLEBUFFER,</div>
<div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;    SDL_GL_DEPTH_SIZE,</div>
<div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;    SDL_GL_STENCIL_SIZE,</div>
<div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;    SDL_GL_ACCUM_RED_SIZE,</div>
<div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;    SDL_GL_ACCUM_GREEN_SIZE,</div>
<div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;    SDL_GL_ACCUM_BLUE_SIZE,</div>
<div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;    SDL_GL_ACCUM_ALPHA_SIZE,</div>
<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;    SDL_GL_STEREO,</div>
<div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;    SDL_GL_MULTISAMPLEBUFFERS,</div>
<div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;    SDL_GL_MULTISAMPLESAMPLES,</div>
<div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;    SDL_GL_ACCELERATED_VISUAL,</div>
<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;    SDL_GL_RETAINED_BACKING,</div>
<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;    SDL_GL_CONTEXT_MAJOR_VERSION,</div>
<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;    SDL_GL_CONTEXT_MINOR_VERSION,</div>
<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;    SDL_GL_CONTEXT_EGL,</div>
<div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;    SDL_GL_CONTEXT_FLAGS,</div>
<div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;    SDL_GL_CONTEXT_PROFILE_MASK,</div>
<div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;    SDL_GL_SHARE_WITH_CURRENT_CONTEXT,</div>
<div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;    SDL_GL_FRAMEBUFFER_SRGB_CAPABLE</div>
<div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;} <a class="code" href="SDL__video_8h.html#a2de24951bbc6626dc259ec0db5ae8ed4">SDL_GLattr</a>;</div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;</div>
<div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span></div>
<div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;{</div>
<div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;    SDL_GL_CONTEXT_PROFILE_CORE           = 0x0001,</div>
<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;    SDL_GL_CONTEXT_PROFILE_COMPATIBILITY  = 0x0002,</div>
<div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;    SDL_GL_CONTEXT_PROFILE_ES             = 0x0004 <span class="comment">/* GLX_CONTEXT_ES2_PROFILE_BIT_EXT */</span></div>
<div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;} SDL_GLprofile;</div>
<div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;</div>
<div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span></div>
<div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;{</div>
<div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;    SDL_GL_CONTEXT_DEBUG_FLAG              = 0x0001,</div>
<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;    SDL_GL_CONTEXT_FORWARD_COMPATIBLE_FLAG = 0x0002,</div>
<div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;    SDL_GL_CONTEXT_ROBUST_ACCESS_FLAG      = 0x0004,</div>
<div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;    SDL_GL_CONTEXT_RESET_ISOLATION_FLAG    = 0x0008</div>
<div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;} SDL_GLcontextFlag;</div>
<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;</div>
<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;</div>
<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;<span class="comment">/* Function prototypes */</span></div>
<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;</div>
<div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#ac6f3250a95bd027fd1a374d7ed15fc57">SDL_GetNumVideoDrivers</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;</div>
<div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keyword">const</span> <span class="keywordtype">char</span> *SDLCALL <a class="code" href="SDL__video_8h.html#a2ae1ace02d55dbed8ab2fc35dadac139">SDL_GetVideoDriver</a>(<span class="keywordtype">int</span> index);</div>
<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;</div>
<div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a05244b30716f0339dcd140c6f92017b7">SDL_VideoInit</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *driver_name);</div>
<div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;</div>
<div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#ade5fc4847320fb235f17265b683fa013">SDL_VideoQuit</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;</div>
<div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keyword">const</span> <span class="keywordtype">char</span> *SDLCALL <a class="code" href="SDL__video_8h.html#a5d53f49e6db21468228a675056a80bc8">SDL_GetCurrentVideoDriver</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;</div>
<div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a074d185b7ef04e0305acdeeb049dd2be">SDL_GetNumVideoDisplays</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;</div>
<div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keyword">const</span> <span class="keywordtype">char</span> * SDLCALL <a class="code" href="SDL__video_8h.html#a34ac3472027bf4acf299fd8ecbb69dd7">SDL_GetDisplayName</a>(<span class="keywordtype">int</span> displayIndex);</div>
<div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;</div>
<div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#ac05213009395c10ae40bede2de8e08a1">SDL_GetDisplayBounds</a>(<span class="keywordtype">int</span> displayIndex, <a class="code" href="structSDL__Rect.html">SDL_Rect</a> * rect);</div>
<div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;</div>
<div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a5abcf18592f00019c517e791f8ba53fc">SDL_GetNumDisplayModes</a>(<span class="keywordtype">int</span> displayIndex);</div>
<div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;</div>
<div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a0a53e003ec6ad24dd2bbbcd0ad297311">SDL_GetDisplayMode</a>(<span class="keywordtype">int</span> displayIndex, <span class="keywordtype">int</span> modeIndex,</div>
<div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;                                               <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a> * mode);</div>
<div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;</div>
<div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#ab97bca68fc068a6ecc3db473c4c0defd">SDL_GetDesktopDisplayMode</a>(<span class="keywordtype">int</span> displayIndex, <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a> * mode);</div>
<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;</div>
<div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a14dce1cb33085b36f08d27b3d8f2335b">SDL_GetCurrentDisplayMode</a>(<span class="keywordtype">int</span> displayIndex, <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a> * mode);</div>
<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;</div>
<div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;</div>
<div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a> * SDLCALL <a class="code" href="SDL__video_8h.html#a794be92ee0a9efca226fa19a635fa470">SDL_GetClosestDisplayMode</a>(<span class="keywordtype">int</span> displayIndex, <span class="keyword">const</span> <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a> * mode, <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a> * closest);</div>
<div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;</div>
<div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a0be1d0a4d1f9a0da23b78db2f55871b5">SDL_GetWindowDisplayIndex</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00353"></a><span class="lineno">  353</span>&#160;</div>
<div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a2ca17d1e857d1560738e002c9935088a">SDL_SetWindowDisplayMode</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;                                                     <span class="keyword">const</span> <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a></div>
<div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;                                                         * mode);</div>
<div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;</div>
<div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a8185547bc7cb0bbeb400f459792d081a">SDL_GetWindowDisplayMode</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;                                                     <a class="code" href="structSDL__DisplayMode.html">SDL_DisplayMode</a> * mode);</div>
<div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;</div>
<div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="SDL__stdinc_8h.html#add440eff171ea5f55cb00c4a9ab8672d">Uint32</a> SDLCALL <a class="code" href="SDL__video_8h.html#a3abb4a27f109ac055eb2a82227a9d11f">SDL_GetWindowPixelFormat</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;</div>
<div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * SDLCALL <a class="code" href="SDL__video_8h.html#a42565088bdb739a5353fd67abbe235d2">SDL_CreateWindow</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *title,</div>
<div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;                                                      <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> w,</div>
<div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;                                                      <span class="keywordtype">int</span> h, <a class="code" href="SDL__stdinc_8h.html#add440eff171ea5f55cb00c4a9ab8672d">Uint32</a> flags);</div>
<div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;</div>
<div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * SDLCALL <a class="code" href="SDL__video_8h.html#a54b9e13dbc5bf587a8765a9ec0a29772">SDL_CreateWindowFrom</a>(<span class="keyword">const</span> <span class="keywordtype">void</span> *data);</div>
<div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;</div>
<div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="SDL__stdinc_8h.html#add440eff171ea5f55cb00c4a9ab8672d">Uint32</a> SDLCALL <a class="code" href="SDL__video_8h.html#a1f6c1c22ced1564ffd0d54bbf9824134">SDL_GetWindowID</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160;</div>
<div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * SDLCALL <a class="code" href="SDL__video_8h.html#adc713c8b1a570b9654981d6b079671fb">SDL_GetWindowFromID</a>(<a class="code" href="SDL__stdinc_8h.html#add440eff171ea5f55cb00c4a9ab8672d">Uint32</a> <span class="keywordtype">id</span>);</div>
<div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;</div>
<div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="SDL__stdinc_8h.html#add440eff171ea5f55cb00c4a9ab8672d">Uint32</a> SDLCALL <a class="code" href="SDL__video_8h.html#a4445733f04a1a9dd0e063cd4738f285f">SDL_GetWindowFlags</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;</div>
<div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a41aabc4b68f75f41d97995e02eb9deb6">SDL_SetWindowTitle</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;                                                <span class="keyword">const</span> <span class="keywordtype">char</span> *title);</div>
<div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;</div>
<div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keyword">const</span> <span class="keywordtype">char</span> *SDLCALL <a class="code" href="SDL__video_8h.html#a1e82096618e15a831f5dd77c1aa2b579">SDL_GetWindowTitle</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160;</div>
<div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a0b6910b5d5aa2df0aeda257e445a472e">SDL_SetWindowIcon</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;                                               <a class="code" href="structSDL__Surface.html">SDL_Surface</a> * icon);</div>
<div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;</div>
<div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span>* SDLCALL <a class="code" href="SDL__video_8h.html#afc7a842e8843235d2ede124a1fd076ec">SDL_SetWindowData</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;                                                <span class="keyword">const</span> <span class="keywordtype">char</span> *name,</div>
<div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;                                                <span class="keywordtype">void</span> *userdata);</div>
<div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;</div>
<div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> *SDLCALL <a class="code" href="SDL__video_8h.html#ad714a638020c06ad03f113e3d069cf88">SDL_GetWindowData</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;                                                <span class="keyword">const</span> <span class="keywordtype">char</span> *name);</div>
<div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;</div>
<div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#ab200a53e01ddc697fd6b8e017cc4e6dd">SDL_SetWindowPosition</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;                                                   <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div>
<div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;</div>
<div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a03adfc1ed4aaf57da4af00bd247ac99c">SDL_GetWindowPosition</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;                                                   <span class="keywordtype">int</span> *x, <span class="keywordtype">int</span> *y);</div>
<div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;</div>
<div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a29b118c6932ccb94d85b5435ae1e0a19">SDL_SetWindowSize</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window, <span class="keywordtype">int</span> w,</div>
<div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;                                               <span class="keywordtype">int</span> h);</div>
<div class="line"><a name="l00534"></a><span class="lineno">  534</span>&#160;</div>
<div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a5cbfffcfec91c22a7ca95fd1d5163db5">SDL_GetWindowSize</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window, <span class="keywordtype">int</span> *w,</div>
<div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;                                               <span class="keywordtype">int</span> *h);</div>
<div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;</div>
<div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a1b6dd546d8dec383be411f98926335ae">SDL_SetWindowMinimumSize</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;                                                      <span class="keywordtype">int</span> min_w, <span class="keywordtype">int</span> min_h);</div>
<div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;</div>
<div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#afe1c6ca08d5b8c336b1276236559287a">SDL_GetWindowMinimumSize</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00574"></a><span class="lineno">  574</span>&#160;                                                      <span class="keywordtype">int</span> *w, <span class="keywordtype">int</span> *h);</div>
<div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;</div>
<div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#aaf95e53a3b70d55d71d7b2cf822ea77e">SDL_SetWindowMaximumSize</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;                                                      <span class="keywordtype">int</span> max_w, <span class="keywordtype">int</span> max_h);</div>
<div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;</div>
<div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a38d65795da3feacfec1c392c101e92fd">SDL_GetWindowMaximumSize</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;                                                      <span class="keywordtype">int</span> *w, <span class="keywordtype">int</span> *h);</div>
<div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;</div>
<div class="line"><a name="l00619"></a><span class="lineno">  619</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#afb4b868e2cc0107ed6bcf5ba7aa376e0">SDL_SetWindowBordered</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;                                                   SDL_bool bordered);</div>
<div class="line"><a name="l00621"></a><span class="lineno">  621</span>&#160;</div>
<div class="line"><a name="l00627"></a><span class="lineno">  627</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a6051ce26885b32b80bc7285b4facd0a1">SDL_ShowWindow</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;</div>
<div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#aa3cbe663e0bd62aa7a747a6c11781766">SDL_HideWindow</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;</div>
<div class="line"><a name="l00639"></a><span class="lineno">  639</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a4b66b90f95780276addc14bc573c9f3c">SDL_RaiseWindow</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00640"></a><span class="lineno">  640</span>&#160;</div>
<div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a8d969b660fee270f84cb403c8b75ded6">SDL_MaximizeWindow</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;</div>
<div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a9f802f6c7952552b1cb26958fad3f2a6">SDL_MinimizeWindow</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;</div>
<div class="line"><a name="l00661"></a><span class="lineno">  661</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#afea37fca3b12f454e7f91d919fc99fbd">SDL_RestoreWindow</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;</div>
<div class="line"><a name="l00671"></a><span class="lineno">  671</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#ab4aa48f0a29f0868ce4e0422c02ed2fa">SDL_SetWindowFullscreen</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00672"></a><span class="lineno">  672</span>&#160;                                                    <a class="code" href="SDL__stdinc_8h.html#add440eff171ea5f55cb00c4a9ab8672d">Uint32</a> flags);</div>
<div class="line"><a name="l00673"></a><span class="lineno">  673</span>&#160;</div>
<div class="line"><a name="l00687"></a><span class="lineno">  687</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="structSDL__Surface.html">SDL_Surface</a> * SDLCALL <a class="code" href="SDL__video_8h.html#a0f7a1d102e1d5dd2d739ad70fe268385">SDL_GetWindowSurface</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00688"></a><span class="lineno">  688</span>&#160;</div>
<div class="line"><a name="l00697"></a><span class="lineno">  697</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a7bbfee05788dc85a1d67218cf3006653">SDL_UpdateWindowSurface</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00698"></a><span class="lineno">  698</span>&#160;</div>
<div class="line"><a name="l00707"></a><span class="lineno">  707</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#ae6b0c6cf354beb87291887bfa02385b1">SDL_UpdateWindowSurfaceRects</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00708"></a><span class="lineno">  708</span>&#160;                                                         <span class="keyword">const</span> <a class="code" href="structSDL__Rect.html">SDL_Rect</a> * rects,</div>
<div class="line"><a name="l00709"></a><span class="lineno">  709</span>&#160;                                                         <span class="keywordtype">int</span> numrects);</div>
<div class="line"><a name="l00710"></a><span class="lineno">  710</span>&#160;</div>
<div class="line"><a name="l00719"></a><span class="lineno">  719</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#abe7fd559e9d6da046c5984dea679a89b">SDL_SetWindowGrab</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00720"></a><span class="lineno">  720</span>&#160;                                               SDL_bool grabbed);</div>
<div class="line"><a name="l00721"></a><span class="lineno">  721</span>&#160;</div>
<div class="line"><a name="l00729"></a><span class="lineno">  729</span>&#160;<span class="keyword">extern</span> DECLSPEC SDL_bool SDLCALL <a class="code" href="SDL__video_8h.html#ad4e451db3880b6e0dd6647cbc351c6c0">SDL_GetWindowGrab</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00730"></a><span class="lineno">  730</span>&#160;</div>
<div class="line"><a name="l00739"></a><span class="lineno">  739</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a896972250b4d2e0f75888fa44fa792ec">SDL_SetWindowBrightness</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window, <span class="keywordtype">float</span> brightness);</div>
<div class="line"><a name="l00740"></a><span class="lineno">  740</span>&#160;</div>
<div class="line"><a name="l00748"></a><span class="lineno">  748</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">float</span> SDLCALL <a class="code" href="SDL__video_8h.html#a21c10969331c89e8d0e6a8f998a3c319">SDL_GetWindowBrightness</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00749"></a><span class="lineno">  749</span>&#160;</div>
<div class="line"><a name="l00768"></a><span class="lineno">  768</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a6799acf235454f519ac209ccf14caa67">SDL_SetWindowGammaRamp</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00769"></a><span class="lineno">  769</span>&#160;                                                   <span class="keyword">const</span> <a class="code" href="SDL__stdinc_8h.html#a31fcc0a076c9068668173ee26d33e42b">Uint16</a> * red,</div>
<div class="line"><a name="l00770"></a><span class="lineno">  770</span>&#160;                                                   <span class="keyword">const</span> <a class="code" href="SDL__stdinc_8h.html#a31fcc0a076c9068668173ee26d33e42b">Uint16</a> * green,</div>
<div class="line"><a name="l00771"></a><span class="lineno">  771</span>&#160;                                                   <span class="keyword">const</span> <a class="code" href="SDL__stdinc_8h.html#a31fcc0a076c9068668173ee26d33e42b">Uint16</a> * blue);</div>
<div class="line"><a name="l00772"></a><span class="lineno">  772</span>&#160;</div>
<div class="line"><a name="l00788"></a><span class="lineno">  788</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#af4d647be3bb21a33586d69d5cad87ead">SDL_GetWindowGammaRamp</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00789"></a><span class="lineno">  789</span>&#160;                                                   <a class="code" href="SDL__stdinc_8h.html#a31fcc0a076c9068668173ee26d33e42b">Uint16</a> * red,</div>
<div class="line"><a name="l00790"></a><span class="lineno">  790</span>&#160;                                                   <a class="code" href="SDL__stdinc_8h.html#a31fcc0a076c9068668173ee26d33e42b">Uint16</a> * green,</div>
<div class="line"><a name="l00791"></a><span class="lineno">  791</span>&#160;                                                   <a class="code" href="SDL__stdinc_8h.html#a31fcc0a076c9068668173ee26d33e42b">Uint16</a> * blue);</div>
<div class="line"><a name="l00792"></a><span class="lineno">  792</span>&#160;</div>
<div class="line"><a name="l00796"></a><span class="lineno">  796</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a72609295a4faee0587268339ccff80c2">SDL_DestroyWindow</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00797"></a><span class="lineno">  797</span>&#160;</div>
<div class="line"><a name="l00798"></a><span class="lineno">  798</span>&#160;</div>
<div class="line"><a name="l00805"></a><span class="lineno">  805</span>&#160;<span class="keyword">extern</span> DECLSPEC SDL_bool SDLCALL <a class="code" href="SDL__video_8h.html#a4b5c116d57947bf508c13b21aac49cbf">SDL_IsScreenSaverEnabled</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00806"></a><span class="lineno">  806</span>&#160;</div>
<div class="line"><a name="l00813"></a><span class="lineno">  813</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a17846c713066aa29a86e1be205a7fc3e">SDL_EnableScreenSaver</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00814"></a><span class="lineno">  814</span>&#160;</div>
<div class="line"><a name="l00821"></a><span class="lineno">  821</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a68eb0d850934fa1c7ac12c30f2d56a84">SDL_DisableScreenSaver</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00822"></a><span class="lineno">  822</span>&#160;</div>
<div class="line"><a name="l00823"></a><span class="lineno">  823</span>&#160;</div>
<div class="line"><a name="l00827"></a><span class="lineno">  827</span>&#160;<span class="comment">/* @{ */</span></div>
<div class="line"><a name="l00828"></a><span class="lineno">  828</span>&#160;</div>
<div class="line"><a name="l00847"></a><span class="lineno">  847</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a398df9aaf43a69dc2cfaab5b306b8f91">SDL_GL_LoadLibrary</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *path);</div>
<div class="line"><a name="l00848"></a><span class="lineno">  848</span>&#160;</div>
<div class="line"><a name="l00852"></a><span class="lineno">  852</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> *SDLCALL <a class="code" href="SDL__video_8h.html#a6329bc32811639fe6f71606801cd9e7b">SDL_GL_GetProcAddress</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *proc);</div>
<div class="line"><a name="l00853"></a><span class="lineno">  853</span>&#160;</div>
<div class="line"><a name="l00859"></a><span class="lineno">  859</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a92103adf9637ec2dc471714076872bdc">SDL_GL_UnloadLibrary</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00860"></a><span class="lineno">  860</span>&#160;</div>
<div class="line"><a name="l00865"></a><span class="lineno">  865</span>&#160;<span class="keyword">extern</span> DECLSPEC SDL_bool SDLCALL <a class="code" href="SDL__video_8h.html#a1fa0cc176fbc16db139b40a121e9cfa7">SDL_GL_ExtensionSupported</a>(<span class="keyword">const</span> <span class="keywordtype">char</span></div>
<div class="line"><a name="l00866"></a><span class="lineno">  866</span>&#160;                                                           *extension);</div>
<div class="line"><a name="l00867"></a><span class="lineno">  867</span>&#160;</div>
<div class="line"><a name="l00871"></a><span class="lineno">  871</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#ac96f25a7a6b28387d2813d8db71921ff">SDL_GL_ResetAttributes</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00872"></a><span class="lineno">  872</span>&#160;</div>
<div class="line"><a name="l00876"></a><span class="lineno">  876</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#aed4d4347f2d5def1532bc22893e0e0d9">SDL_GL_SetAttribute</a>(<a class="code" href="SDL__video_8h.html#a2de24951bbc6626dc259ec0db5ae8ed4">SDL_GLattr</a> attr, <span class="keywordtype">int</span> value);</div>
<div class="line"><a name="l00877"></a><span class="lineno">  877</span>&#160;</div>
<div class="line"><a name="l00881"></a><span class="lineno">  881</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a611bbed6c7374329e1d1b9c31b06976d">SDL_GL_GetAttribute</a>(<a class="code" href="SDL__video_8h.html#a2de24951bbc6626dc259ec0db5ae8ed4">SDL_GLattr</a> attr, <span class="keywordtype">int</span> *value);</div>
<div class="line"><a name="l00882"></a><span class="lineno">  882</span>&#160;</div>
<div class="line"><a name="l00889"></a><span class="lineno">  889</span>&#160;<span class="keyword">extern</span> DECLSPEC SDL_GLContext SDLCALL <a class="code" href="SDL__video_8h.html#a0e14c935cf304133278893bf6c1d2691">SDL_GL_CreateContext</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> *</div>
<div class="line"><a name="l00890"></a><span class="lineno">  890</span>&#160;                                                           window);</div>
<div class="line"><a name="l00891"></a><span class="lineno">  891</span>&#160;</div>
<div class="line"><a name="l00897"></a><span class="lineno">  897</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a5a2ad98e8920f8069bf89eb3f9bbc377">SDL_GL_MakeCurrent</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window,</div>
<div class="line"><a name="l00898"></a><span class="lineno">  898</span>&#160;                                               SDL_GLContext context);</div>
<div class="line"><a name="l00899"></a><span class="lineno">  899</span>&#160;</div>
<div class="line"><a name="l00903"></a><span class="lineno">  903</span>&#160;<span class="keyword">extern</span> DECLSPEC <a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a>* SDLCALL <a class="code" href="SDL__video_8h.html#a9965884a9c717690a44128afa279d144">SDL_GL_GetCurrentWindow</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00904"></a><span class="lineno">  904</span>&#160;</div>
<div class="line"><a name="l00908"></a><span class="lineno">  908</span>&#160;<span class="keyword">extern</span> DECLSPEC SDL_GLContext SDLCALL <a class="code" href="SDL__video_8h.html#a742f600404b9090bd64f8e863ece98c8">SDL_GL_GetCurrentContext</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00909"></a><span class="lineno">  909</span>&#160;</div>
<div class="line"><a name="l00925"></a><span class="lineno">  925</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#ac21851bbd91760c5bab92594a58edba3">SDL_GL_GetDrawableSize</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window, <span class="keywordtype">int</span> *w,</div>
<div class="line"><a name="l00926"></a><span class="lineno">  926</span>&#160;                                                    <span class="keywordtype">int</span> *h);</div>
<div class="line"><a name="l00927"></a><span class="lineno">  927</span>&#160;</div>
<div class="line"><a name="l00940"></a><span class="lineno">  940</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#a68b0d06595d086d9244fd49afe3e8360">SDL_GL_SetSwapInterval</a>(<span class="keywordtype">int</span> interval);</div>
<div class="line"><a name="l00941"></a><span class="lineno">  941</span>&#160;</div>
<div class="line"><a name="l00953"></a><span class="lineno">  953</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">int</span> SDLCALL <a class="code" href="SDL__video_8h.html#ae96490db6285ed0df44a9b1c0f498605">SDL_GL_GetSwapInterval</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00954"></a><span class="lineno">  954</span>&#160;</div>
<div class="line"><a name="l00959"></a><span class="lineno">  959</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#a11d1245662f49f6af257627119f22835">SDL_GL_SwapWindow</a>(<a class="code" href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a> * window);</div>
<div class="line"><a name="l00960"></a><span class="lineno">  960</span>&#160;</div>
<div class="line"><a name="l00966"></a><span class="lineno">  966</span>&#160;<span class="keyword">extern</span> DECLSPEC <span class="keywordtype">void</span> SDLCALL <a class="code" href="SDL__video_8h.html#aa64ab050e0bd3a61057c3dffe953aa9f">SDL_GL_DeleteContext</a>(SDL_GLContext context);</div>
<div class="line"><a name="l00967"></a><span class="lineno">  967</span>&#160;</div>
<div class="line"><a name="l00968"></a><span class="lineno">  968</span>&#160;<span class="comment">/* @} */</span><span class="comment">/* OpenGL support functions */</span></div>
<div class="line"><a name="l00969"></a><span class="lineno">  969</span>&#160;</div>
<div class="line"><a name="l00970"></a><span class="lineno">  970</span>&#160;</div>
<div class="line"><a name="l00971"></a><span class="lineno">  971</span>&#160;<span class="comment">/* Ends C function definitions when using C++ */</span></div>
<div class="line"><a name="l00972"></a><span class="lineno">  972</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00973"></a><span class="lineno">  973</span>&#160;}</div>
<div class="line"><a name="l00974"></a><span class="lineno">  974</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00975"></a><span class="lineno">  975</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="close__code_8h.html">close_code.h</a>&quot;</span></div>
<div class="line"><a name="l00976"></a><span class="lineno">  976</span>&#160;</div>
<div class="line"><a name="l00977"></a><span class="lineno">  977</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* _SDL_video_h */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00978"></a><span class="lineno">  978</span>&#160;</div>
<div class="line"><a name="l00979"></a><span class="lineno">  979</span>&#160;<span class="comment">/* vi: set ts=4 sw=4 expandtab: */</span></div>
<div class="ttc" id="SDL__video_8h_html_afe1c6ca08d5b8c336b1276236559287a"><div class="ttname"><a href="SDL__video_8h.html#afe1c6ca08d5b8c336b1276236559287a">SDL_GetWindowMinimumSize</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GetWindowMinimumSize(SDL_Window *window, int *w, int *h)</div><div class="ttdoc">Get the minimum size of a window&#39;s client area. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba83593cf9ef16d0eaeeaac19b32a86a05"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba83593cf9ef16d0eaeeaac19b32a86a05">SDL_WINDOWEVENT_MAXIMIZED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:147</div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18af7baea7dc9c0e4f09b28793504b02e4c"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18af7baea7dc9c0e4f09b28793504b02e4c">SDL_WINDOW_BORDERLESS</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:102</div></div>
<div class="ttc" id="SDL__video_8h_html_a55a196c7d3b8497538632c79ae1e6392"><div class="ttname"><a href="SDL__video_8h.html#a55a196c7d3b8497538632c79ae1e6392">SDL_Window</a></div><div class="ttdeci">struct SDL_Window SDL_Window</div><div class="ttdoc">The type used to identify a window. </div><div class="ttdef"><b>Definition:</b> SDL_video.h:89</div></div>
<div class="ttc" id="SDL__video_8h_html_ac21851bbd91760c5bab92594a58edba3"><div class="ttname"><a href="SDL__video_8h.html#ac21851bbd91760c5bab92594a58edba3">SDL_GL_GetDrawableSize</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GL_GetDrawableSize(SDL_Window *window, int *w, int *h)</div><div class="ttdoc">Get the size of a window&#39;s underlying drawable (for use with glViewport). </div></div>
<div class="ttc" id="SDL__video_8h_html_a21c10969331c89e8d0e6a8f998a3c319"><div class="ttname"><a href="SDL__video_8h.html#a21c10969331c89e8d0e6a8f998a3c319">SDL_GetWindowBrightness</a></div><div class="ttdeci">DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window *window)</div><div class="ttdoc">Get the brightness (gamma correction) for a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac05213009395c10ae40bede2de8e08a1"><div class="ttname"><a href="SDL__video_8h.html#ac05213009395c10ae40bede2de8e08a1">SDL_GetDisplayBounds</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect *rect)</div><div class="ttdoc">Get the desktop area represented by a display, with the primary display located at 0...</div></div>
<div class="ttc" id="SDL__video_8h_html_a72609295a4faee0587268339ccff80c2"><div class="ttname"><a href="SDL__video_8h.html#a72609295a4faee0587268339ccff80c2">SDL_DestroyWindow</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_DestroyWindow(SDL_Window *window)</div><div class="ttdoc">Destroy a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba70577b21b05c509d0342a5649092928d"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba70577b21b05c509d0342a5649092928d">SDL_WINDOWEVENT_MINIMIZED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:146</div></div>
<div class="ttc" id="SDL__video_8h_html_aa64ab050e0bd3a61057c3dffe953aa9f"><div class="ttname"><a href="SDL__video_8h.html#aa64ab050e0bd3a61057c3dffe953aa9f">SDL_GL_DeleteContext</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GL_DeleteContext(SDL_GLContext context)</div><div class="ttdoc">Delete an OpenGL context. </div></div>
<div class="ttc" id="SDL__video_8h_html_a05244b30716f0339dcd140c6f92017b7"><div class="ttname"><a href="SDL__video_8h.html#a05244b30716f0339dcd140c6f92017b7">SDL_VideoInit</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_VideoInit(const char *driver_name)</div><div class="ttdoc">Initialize the video subsystem, optionally specifying a video driver. </div></div>
<div class="ttc" id="SDL__stdinc_8h_html_add440eff171ea5f55cb00c4a9ab8672d"><div class="ttname"><a href="SDL__stdinc_8h.html#add440eff171ea5f55cb00c4a9ab8672d">Uint32</a></div><div class="ttdeci">uint32_t Uint32</div><div class="ttdoc">An unsigned 32-bit integer type. </div><div class="ttdef"><b>Definition:</b> SDL_stdinc.h:155</div></div>
<div class="ttc" id="SDL__video_8h_html_a8185547bc7cb0bbeb400f459792d081a"><div class="ttname"><a href="SDL__video_8h.html#a8185547bc7cb0bbeb400f459792d081a">SDL_GetWindowDisplayMode</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetWindowDisplayMode(SDL_Window *window, SDL_DisplayMode *mode)</div><div class="ttdoc">Fill in information about the display mode used when a fullscreen window is visible. </div></div>
<div class="ttc" id="SDL__video_8h_html_afea37fca3b12f454e7f91d919fc99fbd"><div class="ttname"><a href="SDL__video_8h.html#afea37fca3b12f454e7f91d919fc99fbd">SDL_RestoreWindow</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_RestoreWindow(SDL_Window *window)</div><div class="ttdoc">Restore the size and position of a minimized or maximized window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a794be92ee0a9efca226fa19a635fa470"><div class="ttname"><a href="SDL__video_8h.html#a794be92ee0a9efca226fa19a635fa470">SDL_GetClosestDisplayMode</a></div><div class="ttdeci">DECLSPEC SDL_DisplayMode *SDLCALL SDL_GetClosestDisplayMode(int displayIndex, const SDL_DisplayMode *mode, SDL_DisplayMode *closest)</div><div class="ttdoc">Get the closest match to the requested display mode. </div></div>
<div class="ttc" id="SDL__video_8h_html_a0be1d0a4d1f9a0da23b78db2f55871b5"><div class="ttname"><a href="SDL__video_8h.html#a0be1d0a4d1f9a0da23b78db2f55871b5">SDL_GetWindowDisplayIndex</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetWindowDisplayIndex(SDL_Window *window)</div><div class="ttdoc">Get the display index associated with a window. </div></div>
<div class="ttc" id="SDL__stdinc_8h_html_a31fcc0a076c9068668173ee26d33e42b"><div class="ttname"><a href="SDL__stdinc_8h.html#a31fcc0a076c9068668173ee26d33e42b">Uint16</a></div><div class="ttdeci">uint16_t Uint16</div><div class="ttdoc">An unsigned 16-bit integer type. </div><div class="ttdef"><b>Definition:</b> SDL_stdinc.h:147</div></div>
<div class="ttc" id="SDL__video_8h_html_a8d969b660fee270f84cb403c8b75ded6"><div class="ttname"><a href="SDL__video_8h.html#a8d969b660fee270f84cb403c8b75ded6">SDL_MaximizeWindow</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_MaximizeWindow(SDL_Window *window)</div><div class="ttdoc">Make a window as large as possible. </div></div>
<div class="ttc" id="SDL__video_8h_html_a6799acf235454f519ac209ccf14caa67"><div class="ttname"><a href="SDL__video_8h.html#a6799acf235454f519ac209ccf14caa67">SDL_SetWindowGammaRamp</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_SetWindowGammaRamp(SDL_Window *window, const Uint16 *red, const Uint16 *green, const Uint16 *blue)</div><div class="ttdoc">Set the gamma ramp for a window. </div></div>
<div class="ttc" id="structSDL__DisplayMode_html_a504bb5e21950b719a0df43be51199046"><div class="ttname"><a href="structSDL__DisplayMode.html#a504bb5e21950b719a0df43be51199046">SDL_DisplayMode::w</a></div><div class="ttdeci">int w</div><div class="ttdef"><b>Definition:</b> SDL_video.h:56</div></div>
<div class="ttc" id="SDL__video_8h_html_a0e14c935cf304133278893bf6c1d2691"><div class="ttname"><a href="SDL__video_8h.html#a0e14c935cf304133278893bf6c1d2691">SDL_GL_CreateContext</a></div><div class="ttdeci">DECLSPEC SDL_GLContext SDLCALL SDL_GL_CreateContext(SDL_Window *window)</div><div class="ttdoc">Create an OpenGL context for use with an OpenGL window, and make it current. </div></div>
<div class="ttc" id="SDL__rect_8h_html"><div class="ttname"><a href="SDL__rect_8h.html">SDL_rect.h</a></div></div>
<div class="ttc" id="SDL__video_8h_html_aed4d4347f2d5def1532bc22893e0e0d9"><div class="ttname"><a href="SDL__video_8h.html#aed4d4347f2d5def1532bc22893e0e0d9">SDL_GL_SetAttribute</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GL_SetAttribute(SDL_GLattr attr, int value)</div><div class="ttdoc">Set an OpenGL window attribute before window creation. </div></div>
<div class="ttc" id="SDL__video_8h_html_a03adfc1ed4aaf57da4af00bd247ac99c"><div class="ttname"><a href="SDL__video_8h.html#a03adfc1ed4aaf57da4af00bd247ac99c">SDL_GetWindowPosition</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GetWindowPosition(SDL_Window *window, int *x, int *y)</div><div class="ttdoc">Get the position of a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a742f600404b9090bd64f8e863ece98c8"><div class="ttname"><a href="SDL__video_8h.html#a742f600404b9090bd64f8e863ece98c8">SDL_GL_GetCurrentContext</a></div><div class="ttdeci">DECLSPEC SDL_GLContext SDLCALL SDL_GL_GetCurrentContext(void)</div><div class="ttdoc">Get the currently active OpenGL context. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba26096363b1a5a1eccc56a00d5f61948d"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba26096363b1a5a1eccc56a00d5f61948d">SDL_WINDOWEVENT_RESIZED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:144</div></div>
<div class="ttc" id="SDL__video_8h_html_ac96f25a7a6b28387d2813d8db71921ff"><div class="ttname"><a href="SDL__video_8h.html#ac96f25a7a6b28387d2813d8db71921ff">SDL_GL_ResetAttributes</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GL_ResetAttributes(void)</div><div class="ttdoc">Reset all previously set OpenGL context attributes to their default values. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3babaee1301eee7ad982c50cd310607f968b7"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babaee1301eee7ad982c50cd310607f968b7">SDL_WINDOWEVENT_NONE</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:137</div></div>
<div class="ttc" id="SDL__video_8h_html_a5a2ad98e8920f8069bf89eb3f9bbc377"><div class="ttname"><a href="SDL__video_8h.html#a5a2ad98e8920f8069bf89eb3f9bbc377">SDL_GL_MakeCurrent</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GL_MakeCurrent(SDL_Window *window, SDL_GLContext context)</div><div class="ttdoc">Set up an OpenGL context for rendering into an OpenGL window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a6051ce26885b32b80bc7285b4facd0a1"><div class="ttname"><a href="SDL__video_8h.html#a6051ce26885b32b80bc7285b4facd0a1">SDL_ShowWindow</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_ShowWindow(SDL_Window *window)</div><div class="ttdoc">Show a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a41aabc4b68f75f41d97995e02eb9deb6"><div class="ttname"><a href="SDL__video_8h.html#a41aabc4b68f75f41d97995e02eb9deb6">SDL_SetWindowTitle</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_SetWindowTitle(SDL_Window *window, const char *title)</div><div class="ttdoc">Set the title of a window, in UTF-8 format. </div></div>
<div class="ttc" id="begin__code_8h_html"><div class="ttname"><a href="begin__code_8h.html">begin_code.h</a></div></div>
<div class="ttc" id="structSDL__Rect_html"><div class="ttname"><a href="structSDL__Rect.html">SDL_Rect</a></div><div class="ttdoc">A rectangle, with the origin at the upper left. </div><div class="ttdef"><b>Definition:</b> SDL_rect.h:63</div></div>
<div class="ttc" id="SDL__video_8h_html_ab200a53e01ddc697fd6b8e017cc4e6dd"><div class="ttname"><a href="SDL__video_8h.html#ab200a53e01ddc697fd6b8e017cc4e6dd">SDL_SetWindowPosition</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_SetWindowPosition(SDL_Window *window, int x, int y)</div><div class="ttdoc">Set the position of a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a68eb0d850934fa1c7ac12c30f2d56a84"><div class="ttname"><a href="SDL__video_8h.html#a68eb0d850934fa1c7ac12c30f2d56a84">SDL_DisableScreenSaver</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_DisableScreenSaver(void)</div><div class="ttdoc">Prevent the screen from being blanked by a screensaver. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba64da80af7b0a58689f07c7196de23da5"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba64da80af7b0a58689f07c7196de23da5">SDL_WINDOWEVENT_MOVED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:142</div></div>
<div class="ttc" id="SDL__video_8h_html_afc7a842e8843235d2ede124a1fd076ec"><div class="ttname"><a href="SDL__video_8h.html#afc7a842e8843235d2ede124a1fd076ec">SDL_SetWindowData</a></div><div class="ttdeci">DECLSPEC void *SDLCALL SDL_SetWindowData(SDL_Window *window, const char *name, void *userdata)</div><div class="ttdoc">Associate an arbitrary named pointer with a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18aaf410e1082e45a55ef9176163610dba2"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aaf410e1082e45a55ef9176163610dba2">SDL_WINDOW_INPUT_GRABBED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:106</div></div>
<div class="ttc" id="SDL__video_8h_html_a9965884a9c717690a44128afa279d144"><div class="ttname"><a href="SDL__video_8h.html#a9965884a9c717690a44128afa279d144">SDL_GL_GetCurrentWindow</a></div><div class="ttdeci">DECLSPEC SDL_Window *SDLCALL SDL_GL_GetCurrentWindow(void)</div><div class="ttdoc">Get the currently active OpenGL window. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba2483911a3a2a20dbb1c88a15ffb9a360"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba2483911a3a2a20dbb1c88a15ffb9a360">SDL_WINDOWEVENT_CLOSE</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:154</div></div>
<div class="ttc" id="SDL__stdinc_8h_html"><div class="ttname"><a href="SDL__stdinc_8h.html">SDL_stdinc.h</a></div></div>
<div class="ttc" id="SDL__video_8h_html_a0f7a1d102e1d5dd2d739ad70fe268385"><div class="ttname"><a href="SDL__video_8h.html#a0f7a1d102e1d5dd2d739ad70fe268385">SDL_GetWindowSurface</a></div><div class="ttdeci">DECLSPEC SDL_Surface *SDLCALL SDL_GetWindowSurface(SDL_Window *window)</div><div class="ttdoc">Get the SDL surface associated with the window. </div></div>
<div class="ttc" id="SDL__video_8h_html_adc713c8b1a570b9654981d6b079671fb"><div class="ttname"><a href="SDL__video_8h.html#adc713c8b1a570b9654981d6b079671fb">SDL_GetWindowFromID</a></div><div class="ttdeci">DECLSPEC SDL_Window *SDLCALL SDL_GetWindowFromID(Uint32 id)</div><div class="ttdoc">Get a window from a stored ID, or NULL if it doesn&#39;t exist. </div></div>
<div class="ttc" id="structSDL__Surface_html"><div class="ttname"><a href="structSDL__Surface.html">SDL_Surface</a></div><div class="ttdoc">A collection of pixels used in software blitting. </div><div class="ttdef"><b>Definition:</b> SDL_surface.h:69</div></div>
<div class="ttc" id="SDL__video_8h_html_a11d1245662f49f6af257627119f22835"><div class="ttname"><a href="SDL__video_8h.html#a11d1245662f49f6af257627119f22835">SDL_GL_SwapWindow</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GL_SwapWindow(SDL_Window *window)</div><div class="ttdoc">Swap the OpenGL buffers for a window, if double-buffering is supported. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18ac7b8279bdf5e22a0b4a95aae3d846923"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18ac7b8279bdf5e22a0b4a95aae3d846923">SDL_WINDOW_FULLSCREEN</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:98</div></div>
<div class="ttc" id="SDL__video_8h_html_ab4aa48f0a29f0868ce4e0422c02ed2fa"><div class="ttname"><a href="SDL__video_8h.html#ab4aa48f0a29f0868ce4e0422c02ed2fa">SDL_SetWindowFullscreen</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_SetWindowFullscreen(SDL_Window *window, Uint32 flags)</div><div class="ttdoc">Set a window&#39;s fullscreen state. </div></div>
<div class="ttc" id="SDL__video_8h_html_a6329bc32811639fe6f71606801cd9e7b"><div class="ttname"><a href="SDL__video_8h.html#a6329bc32811639fe6f71606801cd9e7b">SDL_GL_GetProcAddress</a></div><div class="ttdeci">DECLSPEC void *SDLCALL SDL_GL_GetProcAddress(const char *proc)</div><div class="ttdoc">Get the address of an OpenGL function. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba529d1b574e559ee46892024e1c2e6c92"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba529d1b574e559ee46892024e1c2e6c92">SDL_WINDOWEVENT_FOCUS_GAINED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:152</div></div>
<div class="ttc" id="SDL__video_8h_html_a074d185b7ef04e0305acdeeb049dd2be"><div class="ttname"><a href="SDL__video_8h.html#a074d185b7ef04e0305acdeeb049dd2be">SDL_GetNumVideoDisplays</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetNumVideoDisplays(void)</div><div class="ttdoc">Returns the number of available video displays. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18a7f08ee26b5773412a212233ddc168c5a"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a7f08ee26b5773412a212233ddc168c5a">SDL_WINDOW_MINIMIZED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:104</div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18aaf59a5e2f762aa2b6d2e49b0ca220fd8"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aaf59a5e2f762aa2b6d2e49b0ca220fd8">SDL_WINDOW_RESIZABLE</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:103</div></div>
<div class="ttc" id="structSDL__DisplayMode_html_a411f93025411da873f37a384ae62bbcf"><div class="ttname"><a href="structSDL__DisplayMode.html#a411f93025411da873f37a384ae62bbcf">SDL_DisplayMode::driverdata</a></div><div class="ttdeci">void * driverdata</div><div class="ttdef"><b>Definition:</b> SDL_video.h:59</div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3bab"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3bab">SDL_WindowEventID</a></div><div class="ttdeci">SDL_WindowEventID</div><div class="ttdoc">Event subtype for window events. </div><div class="ttdef"><b>Definition:</b> SDL_video.h:135</div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba04e5bd277e03b61a6e4b577f2a3fda55"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba04e5bd277e03b61a6e4b577f2a3fda55">SDL_WINDOWEVENT_HIDDEN</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:139</div></div>
<div class="ttc" id="structSDL__DisplayMode_html_a0d9eabed50a560ed553af772c26632d7"><div class="ttname"><a href="structSDL__DisplayMode.html#a0d9eabed50a560ed553af772c26632d7">SDL_DisplayMode::h</a></div><div class="ttdeci">int h</div><div class="ttdef"><b>Definition:</b> SDL_video.h:57</div></div>
<div class="ttc" id="SDL__video_8h_html_ac6f3250a95bd027fd1a374d7ed15fc57"><div class="ttname"><a href="SDL__video_8h.html#ac6f3250a95bd027fd1a374d7ed15fc57">SDL_GetNumVideoDrivers</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetNumVideoDrivers(void)</div><div class="ttdoc">Get the number of video drivers compiled into SDL. </div></div>
<div class="ttc" id="SDL__video_8h_html_a7bbfee05788dc85a1d67218cf3006653"><div class="ttname"><a href="SDL__video_8h.html#a7bbfee05788dc85a1d67218cf3006653">SDL_UpdateWindowSurface</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_UpdateWindowSurface(SDL_Window *window)</div><div class="ttdoc">Copy the window surface to the screen. </div></div>
<div class="ttc" id="SDL__video_8h_html_a1b6dd546d8dec383be411f98926335ae"><div class="ttname"><a href="SDL__video_8h.html#a1b6dd546d8dec383be411f98926335ae">SDL_SetWindowMinimumSize</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_SetWindowMinimumSize(SDL_Window *window, int min_w, int min_h)</div><div class="ttdoc">Set the minimum size of a window&#39;s client area. </div></div>
<div class="ttc" id="SDL__video_8h_html_a5cbfffcfec91c22a7ca95fd1d5163db5"><div class="ttname"><a href="SDL__video_8h.html#a5cbfffcfec91c22a7ca95fd1d5163db5">SDL_GetWindowSize</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GetWindowSize(SDL_Window *window, int *w, int *h)</div><div class="ttdoc">Get the size of a window&#39;s client area. </div></div>
<div class="ttc" id="SDL__video_8h_html_a34ac3472027bf4acf299fd8ecbb69dd7"><div class="ttname"><a href="SDL__video_8h.html#a34ac3472027bf4acf299fd8ecbb69dd7">SDL_GetDisplayName</a></div><div class="ttdeci">DECLSPEC const char *SDLCALL SDL_GetDisplayName(int displayIndex)</div><div class="ttdoc">Get the name of a display in UTF-8 encoding. </div></div>
<div class="ttc" id="close__code_8h_html"><div class="ttname"><a href="close__code_8h.html">close_code.h</a></div></div>
<div class="ttc" id="SDL__video_8h_html_ad4e451db3880b6e0dd6647cbc351c6c0"><div class="ttname"><a href="SDL__video_8h.html#ad4e451db3880b6e0dd6647cbc351c6c0">SDL_GetWindowGrab</a></div><div class="ttdeci">DECLSPEC SDL_bool SDLCALL SDL_GetWindowGrab(SDL_Window *window)</div><div class="ttdoc">Get a window&#39;s input grab mode. </div></div>
<div class="ttc" id="SDL__video_8h_html_a611bbed6c7374329e1d1b9c31b06976d"><div class="ttname"><a href="SDL__video_8h.html#a611bbed6c7374329e1d1b9c31b06976d">SDL_GL_GetAttribute</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GL_GetAttribute(SDL_GLattr attr, int *value)</div><div class="ttdoc">Get the actual value for an attribute from the current context. </div></div>
<div class="ttc" id="SDL__video_8h_html_a0b6910b5d5aa2df0aeda257e445a472e"><div class="ttname"><a href="SDL__video_8h.html#a0b6910b5d5aa2df0aeda257e445a472e">SDL_SetWindowIcon</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Window *window, SDL_Surface *icon)</div><div class="ttdoc">Set the icon for a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a2ca17d1e857d1560738e002c9935088a"><div class="ttname"><a href="SDL__video_8h.html#a2ca17d1e857d1560738e002c9935088a">SDL_SetWindowDisplayMode</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_SetWindowDisplayMode(SDL_Window *window, const SDL_DisplayMode *mode)</div><div class="ttdoc">Set the display mode used when a fullscreen window is visible. </div></div>
<div class="ttc" id="SDL__video_8h_html_a54b9e13dbc5bf587a8765a9ec0a29772"><div class="ttname"><a href="SDL__video_8h.html#a54b9e13dbc5bf587a8765a9ec0a29772">SDL_CreateWindowFrom</a></div><div class="ttdeci">DECLSPEC SDL_Window *SDLCALL SDL_CreateWindowFrom(const void *data)</div><div class="ttdoc">Create an SDL window from an existing native window. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba9ebe8fbb15f1bf06521d6b5484de3d89"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba9ebe8fbb15f1bf06521d6b5484de3d89">SDL_WINDOWEVENT_RESTORED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:148</div></div>
<div class="ttc" id="SDL__surface_8h_html"><div class="ttname"><a href="SDL__surface_8h.html">SDL_surface.h</a></div></div>
<div class="ttc" id="SDL__video_8h_html_a398df9aaf43a69dc2cfaab5b306b8f91"><div class="ttname"><a href="SDL__video_8h.html#a398df9aaf43a69dc2cfaab5b306b8f91">SDL_GL_LoadLibrary</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GL_LoadLibrary(const char *path)</div><div class="ttdoc">Dynamically load an OpenGL library. </div></div>
<div class="ttc" id="SDL__video_8h_html_a4b5c116d57947bf508c13b21aac49cbf"><div class="ttname"><a href="SDL__video_8h.html#a4b5c116d57947bf508c13b21aac49cbf">SDL_IsScreenSaverEnabled</a></div><div class="ttdeci">DECLSPEC SDL_bool SDLCALL SDL_IsScreenSaverEnabled(void)</div><div class="ttdoc">Returns whether the screensaver is currently enabled (default on). </div></div>
<div class="ttc" id="SDL__video_8h_html_a4445733f04a1a9dd0e063cd4738f285f"><div class="ttname"><a href="SDL__video_8h.html#a4445733f04a1a9dd0e063cd4738f285f">SDL_GetWindowFlags</a></div><div class="ttdeci">DECLSPEC Uint32 SDLCALL SDL_GetWindowFlags(SDL_Window *window)</div><div class="ttdoc">Get the window flags. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18acd8063a617f2ce05f694ecdbf56f811a"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18acd8063a617f2ce05f694ecdbf56f811a">SDL_WINDOW_MAXIMIZED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:105</div></div>
<div class="ttc" id="SDL__video_8h_html_a38d65795da3feacfec1c392c101e92fd"><div class="ttname"><a href="SDL__video_8h.html#a38d65795da3feacfec1c392c101e92fd">SDL_GetWindowMaximumSize</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GetWindowMaximumSize(SDL_Window *window, int *w, int *h)</div><div class="ttdoc">Get the maximum size of a window&#39;s client area. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba5e91fe11ed6a24a377a77d024c9639d5"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba5e91fe11ed6a24a377a77d024c9639d5">SDL_WINDOWEVENT_SHOWN</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:138</div></div>
<div class="ttc" id="SDL__video_8h_html_a0a53e003ec6ad24dd2bbbcd0ad297311"><div class="ttname"><a href="SDL__video_8h.html#a0a53e003ec6ad24dd2bbbcd0ad297311">SDL_GetDisplayMode</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetDisplayMode(int displayIndex, int modeIndex, SDL_DisplayMode *mode)</div><div class="ttdoc">Fill in information about a specific display mode. </div></div>
<div class="ttc" id="SDL__pixels_8h_html"><div class="ttname"><a href="SDL__pixels_8h.html">SDL_pixels.h</a></div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba7e1afdd5cfea592a59e129419b431bd5"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba7e1afdd5cfea592a59e129419b431bd5">SDL_WINDOWEVENT_LEAVE</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:151</div></div>
<div class="ttc" id="SDL__video_8h_html_a3abb4a27f109ac055eb2a82227a9d11f"><div class="ttname"><a href="SDL__video_8h.html#a3abb4a27f109ac055eb2a82227a9d11f">SDL_GetWindowPixelFormat</a></div><div class="ttdeci">DECLSPEC Uint32 SDLCALL SDL_GetWindowPixelFormat(SDL_Window *window)</div><div class="ttdoc">Get the pixel format associated with the window. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3babac37af5c3ce56fe0956bc310821d59489"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babac37af5c3ce56fe0956bc310821d59489">SDL_WINDOWEVENT_EXPOSED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:140</div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18a03ec21b04fa4e5c8cc868aa01a0c1bf3"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a03ec21b04fa4e5c8cc868aa01a0c1bf3">SDL_WINDOW_ALLOW_HIGHDPI</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:111</div></div>
<div class="ttc" id="SDL__video_8h_html_af4d647be3bb21a33586d69d5cad87ead"><div class="ttname"><a href="SDL__video_8h.html#af4d647be3bb21a33586d69d5cad87ead">SDL_GetWindowGammaRamp</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetWindowGammaRamp(SDL_Window *window, Uint16 *red, Uint16 *green, Uint16 *blue)</div><div class="ttdoc">Get the gamma ramp for a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18aa722d0955c297fc60c09b10e1679684c"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18aa722d0955c297fc60c09b10e1679684c">SDL_WINDOW_MOUSE_FOCUS</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:108</div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18">SDL_WindowFlags</a></div><div class="ttdeci">SDL_WindowFlags</div><div class="ttdoc">The flags on a window. </div><div class="ttdef"><b>Definition:</b> SDL_video.h:96</div></div>
<div class="ttc" id="SDL__video_8h_html_a2de24951bbc6626dc259ec0db5ae8ed4"><div class="ttname"><a href="SDL__video_8h.html#a2de24951bbc6626dc259ec0db5ae8ed4">SDL_GLattr</a></div><div class="ttdeci">SDL_GLattr</div><div class="ttdoc">OpenGL configuration attributes. </div><div class="ttdef"><b>Definition:</b> SDL_video.h:166</div></div>
<div class="ttc" id="structSDL__DisplayMode_html"><div class="ttname"><a href="structSDL__DisplayMode.html">SDL_DisplayMode</a></div><div class="ttdoc">The structure that defines a display mode. </div><div class="ttdef"><b>Definition:</b> SDL_video.h:53</div></div>
<div class="ttc" id="SDL__video_8h_html_aaf95e53a3b70d55d71d7b2cf822ea77e"><div class="ttname"><a href="SDL__video_8h.html#aaf95e53a3b70d55d71d7b2cf822ea77e">SDL_SetWindowMaximumSize</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_SetWindowMaximumSize(SDL_Window *window, int max_w, int max_h)</div><div class="ttdoc">Set the maximum size of a window&#39;s client area. </div></div>
<div class="ttc" id="SDL__video_8h_html_a29b118c6932ccb94d85b5435ae1e0a19"><div class="ttname"><a href="SDL__video_8h.html#a29b118c6932ccb94d85b5435ae1e0a19">SDL_SetWindowSize</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_SetWindowSize(SDL_Window *window, int w, int h)</div><div class="ttdoc">Set the size of a window&#39;s client area. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18a1ac8e0ef2237a089cf487d7e7fcc6e23"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a1ac8e0ef2237a089cf487d7e7fcc6e23">SDL_WINDOW_FOREIGN</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:110</div></div>
<div class="ttc" id="SDL__video_8h_html_a17846c713066aa29a86e1be205a7fc3e"><div class="ttname"><a href="SDL__video_8h.html#a17846c713066aa29a86e1be205a7fc3e">SDL_EnableScreenSaver</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_EnableScreenSaver(void)</div><div class="ttdoc">Allow the screen to be blanked by a screensaver. </div></div>
<div class="ttc" id="structSDL__DisplayMode_html_ae8120e0a18a99992f039756e1b503680"><div class="ttname"><a href="structSDL__DisplayMode.html#ae8120e0a18a99992f039756e1b503680">SDL_DisplayMode::format</a></div><div class="ttdeci">Uint32 format</div><div class="ttdef"><b>Definition:</b> SDL_video.h:55</div></div>
<div class="ttc" id="SDL__video_8h_html_abe7fd559e9d6da046c5984dea679a89b"><div class="ttname"><a href="SDL__video_8h.html#abe7fd559e9d6da046c5984dea679a89b">SDL_SetWindowGrab</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_SetWindowGrab(SDL_Window *window, SDL_bool grabbed)</div><div class="ttdoc">Set a window&#39;s input grab mode. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab97bca68fc068a6ecc3db473c4c0defd"><div class="ttname"><a href="SDL__video_8h.html#ab97bca68fc068a6ecc3db473c4c0defd">SDL_GetDesktopDisplayMode</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetDesktopDisplayMode(int displayIndex, SDL_DisplayMode *mode)</div><div class="ttdoc">Fill in information about the desktop display mode. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18afcbb682c0942bc106af1474c1d34bb53"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18afcbb682c0942bc106af1474c1d34bb53">SDL_WINDOW_INPUT_FOCUS</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:107</div></div>
<div class="ttc" id="SDL__video_8h_html_ade5fc4847320fb235f17265b683fa013"><div class="ttname"><a href="SDL__video_8h.html#ade5fc4847320fb235f17265b683fa013">SDL_VideoQuit</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_VideoQuit(void)</div><div class="ttdoc">Shuts down the video subsystem. </div></div>
<div class="ttc" id="SDL__video_8h_html_a9f802f6c7952552b1cb26958fad3f2a6"><div class="ttname"><a href="SDL__video_8h.html#a9f802f6c7952552b1cb26958fad3f2a6">SDL_MinimizeWindow</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_MinimizeWindow(SDL_Window *window)</div><div class="ttdoc">Minimize a window to an iconic representation. </div></div>
<div class="ttc" id="structSDL__DisplayMode_html_ad1b5783c9b292ebf24ad4e0e7a98e540"><div class="ttname"><a href="structSDL__DisplayMode.html#ad1b5783c9b292ebf24ad4e0e7a98e540">SDL_DisplayMode::refresh_rate</a></div><div class="ttdeci">int refresh_rate</div><div class="ttdef"><b>Definition:</b> SDL_video.h:58</div></div>
<div class="ttc" id="SDL__video_8h_html_afb4b868e2cc0107ed6bcf5ba7aa376e0"><div class="ttname"><a href="SDL__video_8h.html#afb4b868e2cc0107ed6bcf5ba7aa376e0">SDL_SetWindowBordered</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_SetWindowBordered(SDL_Window *window, SDL_bool bordered)</div><div class="ttdoc">Set the border state of a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a92103adf9637ec2dc471714076872bdc"><div class="ttname"><a href="SDL__video_8h.html#a92103adf9637ec2dc471714076872bdc">SDL_GL_UnloadLibrary</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_GL_UnloadLibrary(void)</div><div class="ttdoc">Unload the OpenGL library previously loaded by SDL_GL_LoadLibrary(). </div></div>
<div class="ttc" id="SDL__video_8h_html_a1fa0cc176fbc16db139b40a121e9cfa7"><div class="ttname"><a href="SDL__video_8h.html#a1fa0cc176fbc16db139b40a121e9cfa7">SDL_GL_ExtensionSupported</a></div><div class="ttdeci">DECLSPEC SDL_bool SDLCALL SDL_GL_ExtensionSupported(const char *extension)</div><div class="ttdoc">Return true if an OpenGL extension is supported for the current context. </div></div>
<div class="ttc" id="SDL__video_8h_html_a1f6c1c22ced1564ffd0d54bbf9824134"><div class="ttname"><a href="SDL__video_8h.html#a1f6c1c22ced1564ffd0d54bbf9824134">SDL_GetWindowID</a></div><div class="ttdeci">DECLSPEC Uint32 SDLCALL SDL_GetWindowID(SDL_Window *window)</div><div class="ttdoc">Get the numeric ID of a window, for logging purposes. </div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3babac6990e7537a4cc6cc7aaabc3376b9eb5"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3babac6990e7537a4cc6cc7aaabc3376b9eb5">SDL_WINDOWEVENT_ENTER</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:150</div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18adda25e98e54964c0c2ec9ac31f5e629c"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18adda25e98e54964c0c2ec9ac31f5e629c">SDL_WINDOW_HIDDEN</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:101</div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba98e76df5341be0a05c7461e32c7835f0"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba98e76df5341be0a05c7461e32c7835f0">SDL_WINDOWEVENT_SIZE_CHANGED</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:145</div></div>
<div class="ttc" id="SDL__video_8h_html_a896972250b4d2e0f75888fa44fa792ec"><div class="ttname"><a href="SDL__video_8h.html#a896972250b4d2e0f75888fa44fa792ec">SDL_SetWindowBrightness</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_SetWindowBrightness(SDL_Window *window, float brightness)</div><div class="ttdoc">Set the brightness (gamma correction) for a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a5d53f49e6db21468228a675056a80bc8"><div class="ttname"><a href="SDL__video_8h.html#a5d53f49e6db21468228a675056a80bc8">SDL_GetCurrentVideoDriver</a></div><div class="ttdeci">DECLSPEC const char *SDLCALL SDL_GetCurrentVideoDriver(void)</div><div class="ttdoc">Returns the name of the currently initialized video driver. </div></div>
<div class="ttc" id="SDL__video_8h_html_aa3cbe663e0bd62aa7a747a6c11781766"><div class="ttname"><a href="SDL__video_8h.html#aa3cbe663e0bd62aa7a747a6c11781766">SDL_HideWindow</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_HideWindow(SDL_Window *window)</div><div class="ttdoc">Hide a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a5abcf18592f00019c517e791f8ba53fc"><div class="ttname"><a href="SDL__video_8h.html#a5abcf18592f00019c517e791f8ba53fc">SDL_GetNumDisplayModes</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetNumDisplayModes(int displayIndex)</div><div class="ttdoc">Returns the number of available display modes. </div></div>
<div class="ttc" id="SDL__video_8h_html_a42565088bdb739a5353fd67abbe235d2"><div class="ttname"><a href="SDL__video_8h.html#a42565088bdb739a5353fd67abbe235d2">SDL_CreateWindow</a></div><div class="ttdeci">DECLSPEC SDL_Window *SDLCALL SDL_CreateWindow(const char *title, int x, int y, int w, int h, Uint32 flags)</div><div class="ttdoc">Create a window with the specified position, dimensions, and flags. </div></div>
<div class="ttc" id="SDL__video_8h_html_a1e82096618e15a831f5dd77c1aa2b579"><div class="ttname"><a href="SDL__video_8h.html#a1e82096618e15a831f5dd77c1aa2b579">SDL_GetWindowTitle</a></div><div class="ttdeci">DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_Window *window)</div><div class="ttdoc">Get the title of a window, in UTF-8 format. </div></div>
<div class="ttc" id="SDL__video_8h_html_ad714a638020c06ad03f113e3d069cf88"><div class="ttname"><a href="SDL__video_8h.html#ad714a638020c06ad03f113e3d069cf88">SDL_GetWindowData</a></div><div class="ttdeci">DECLSPEC void *SDLCALL SDL_GetWindowData(SDL_Window *window, const char *name)</div><div class="ttdoc">Retrieve the data pointer associated with a window. </div></div>
<div class="ttc" id="SDL__video_8h_html_a14dce1cb33085b36f08d27b3d8f2335b"><div class="ttname"><a href="SDL__video_8h.html#a14dce1cb33085b36f08d27b3d8f2335b">SDL_GetCurrentDisplayMode</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GetCurrentDisplayMode(int displayIndex, SDL_DisplayMode *mode)</div><div class="ttdoc">Fill in information about the current display mode. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18a5cf8af096f1870b0c2b12267cabd1f7a"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a5cf8af096f1870b0c2b12267cabd1f7a">SDL_WINDOW_OPENGL</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:99</div></div>
<div class="ttc" id="SDL__video_8h_html_ac486b40a4860d980dbc74d0b4adf3baba239e734c6ba478fb2f694fc7cde30c31"><div class="ttname"><a href="SDL__video_8h.html#ac486b40a4860d980dbc74d0b4adf3baba239e734c6ba478fb2f694fc7cde30c31">SDL_WINDOWEVENT_FOCUS_LOST</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:153</div></div>
<div class="ttc" id="SDL__video_8h_html_a0d64dcf67c9685d09cbe051448e1b3f3"><div class="ttname"><a href="SDL__video_8h.html#a0d64dcf67c9685d09cbe051448e1b3f3">SDL_GLContext</a></div><div class="ttdeci">void * SDL_GLContext</div><div class="ttdoc">An opaque handle to an OpenGL context. </div><div class="ttdef"><b>Definition:</b> SDL_video.h:161</div></div>
<div class="ttc" id="SDL__video_8h_html_a68b0d06595d086d9244fd49afe3e8360"><div class="ttname"><a href="SDL__video_8h.html#a68b0d06595d086d9244fd49afe3e8360">SDL_GL_SetSwapInterval</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GL_SetSwapInterval(int interval)</div><div class="ttdoc">Set the swap interval for the current OpenGL context. </div></div>
<div class="ttc" id="SDL__video_8h_html_ae6b0c6cf354beb87291887bfa02385b1"><div class="ttname"><a href="SDL__video_8h.html#ae6b0c6cf354beb87291887bfa02385b1">SDL_UpdateWindowSurfaceRects</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_UpdateWindowSurfaceRects(SDL_Window *window, const SDL_Rect *rects, int numrects)</div><div class="ttdoc">Copy a number of rectangles on the window surface to the screen. </div></div>
<div class="ttc" id="SDL__video_8h_html_a4b66b90f95780276addc14bc573c9f3c"><div class="ttname"><a href="SDL__video_8h.html#a4b66b90f95780276addc14bc573c9f3c">SDL_RaiseWindow</a></div><div class="ttdeci">DECLSPEC void SDLCALL SDL_RaiseWindow(SDL_Window *window)</div><div class="ttdoc">Raise a window above other windows and set the input focus. </div></div>
<div class="ttc" id="SDL__video_8h_html_ab10f4fd6a082ef06fcae96860c95fb18a4300d051290adcb71c1b5e82e2553c4d"><div class="ttname"><a href="SDL__video_8h.html#ab10f4fd6a082ef06fcae96860c95fb18a4300d051290adcb71c1b5e82e2553c4d">SDL_WINDOW_SHOWN</a></div><div class="ttdef"><b>Definition:</b> SDL_video.h:100</div></div>
<div class="ttc" id="SDL__video_8h_html_a2ae1ace02d55dbed8ab2fc35dadac139"><div class="ttname"><a href="SDL__video_8h.html#a2ae1ace02d55dbed8ab2fc35dadac139">SDL_GetVideoDriver</a></div><div class="ttdeci">DECLSPEC const char *SDLCALL SDL_GetVideoDriver(int index)</div><div class="ttdoc">Get the name of a built in video driver. </div></div>
<div class="ttc" id="SDL__video_8h_html_ae96490db6285ed0df44a9b1c0f498605"><div class="ttname"><a href="SDL__video_8h.html#ae96490db6285ed0df44a9b1c0f498605">SDL_GL_GetSwapInterval</a></div><div class="ttdeci">DECLSPEC int SDLCALL SDL_GL_GetSwapInterval(void)</div><div class="ttdoc">Get the swap interval for the current OpenGL context. </div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Oct 16 2014 16:33:09 for My Project by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>