diff options
Diffstat (limited to 'manuals/guile-sdl2')
-rw-r--r-- | manuals/guile-sdl2/Chat.html | 2 | ||||
-rw-r--r-- | manuals/guile-sdl2/Index.html | 2 | ||||
-rw-r--r-- | manuals/guile-sdl2/Rendering.html | 5 | ||||
-rw-r--r-- | manuals/guile-sdl2/Windows.html | 5 |
4 files changed, 13 insertions, 1 deletions
diff --git a/manuals/guile-sdl2/Chat.html b/manuals/guile-sdl2/Chat.html index 434f53c..1b59200 100644 --- a/manuals/guile-sdl2/Chat.html +++ b/manuals/guile-sdl2/Chat.html @@ -88,7 +88,7 @@ Previous: <a href="Submitting-Patches.html" accesskey="p" rel="prev">Submitting <span id="Chat-1"></span><h3 class="section">4.3 Chat</h3> <p>The maintainer of this library hangs out in the <code>#guile</code> channel -on <a href="irc.freenode.net">irc.freenode.net</a>, so help and general discussion may be found +on <a href="irc.libera.chat">irc.libera.chat</a>, so help and general discussion may be found there. </p> diff --git a/manuals/guile-sdl2/Index.html b/manuals/guile-sdl2/Index.html index 54021a1..0f11458 100644 --- a/manuals/guile-sdl2/Index.html +++ b/manuals/guile-sdl2/Index.html @@ -428,9 +428,11 @@ Previous: <a href="Copying-This-Manual.html" accesskey="p" rel="prev">Copying Th <tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002dtarget_0021"><code>set-renderer-target!</code></a>:</td><td> </td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr> <tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002dviewport_0021"><code>set-renderer-viewport!</code></a>:</td><td> </td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr> <tr><td></td><td valign="top"><a href="Rendering.html#index-set_002dtexture_002dalpha_002dmod_0021"><code>set-texture-alpha-mod!</code></a>:</td><td> </td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr> +<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002dtexture_002dblend_002dmode_0021"><code>set-texture-blend-mode!</code></a>:</td><td> </td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr> <tr><td></td><td valign="top"><a href="Rendering.html#index-set_002dtexture_002dcolor_002dmod_0021"><code>set-texture-color-mod!</code></a>:</td><td> </td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr> <tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dborder_0021"><code>set-window-border!</code></a>:</td><td> </td><td valign="top"><a href="Windows.html">Windows</a></td></tr> <tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dfullscreen_0021"><code>set-window-fullscreen!</code></a>:</td><td> </td><td valign="top"><a href="Windows.html">Windows</a></td></tr> +<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dicon_0021"><code>set-window-icon!</code></a>:</td><td> </td><td valign="top"><a href="Windows.html">Windows</a></td></tr> <tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dmaximum_002dsize_0021"><code>set-window-maximum-size!</code></a>:</td><td> </td><td valign="top"><a href="Windows.html">Windows</a></td></tr> <tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dminimum_002dsize_0021"><code>set-window-minimum-size!</code></a>:</td><td> </td><td valign="top"><a href="Windows.html">Windows</a></td></tr> <tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dposition_0021"><code>set-window-position!</code></a>:</td><td> </td><td valign="top"><a href="Windows.html">Windows</a></td></tr> diff --git a/manuals/guile-sdl2/Rendering.html b/manuals/guile-sdl2/Rendering.html index bc9cf5b..87c0175 100644 --- a/manuals/guile-sdl2/Rendering.html +++ b/manuals/guile-sdl2/Rendering.html @@ -310,6 +310,11 @@ requires that renderer was created with the <code>texture</code> flag. <dd><p>Set the alpha mod of <var>texture</var>. </p></dd></dl> +<dl> +<dt id="index-set_002dtexture_002dblend_002dmode_0021">Procedure: <strong>set-texture-blend-mode!</strong> <em>texture blend-mode</em></dt> +<dd><p>Set the blend of <var>texture</var> to <var>blend-mode</var>. See <a href="Blend-Modes.html">Blend Modes</a> for more information. +</p></dd></dl> + <hr> <div class="header"> <p> diff --git a/manuals/guile-sdl2/Windows.html b/manuals/guile-sdl2/Windows.html index 463e0fa..3353d31 100644 --- a/manuals/guile-sdl2/Windows.html +++ b/manuals/guile-sdl2/Windows.html @@ -190,6 +190,11 @@ remove the border. </p></dd></dl> <dl> +<dt id="index-set_002dwindow_002dicon_0021">Procedure: <strong>set-window-icon!</strong> <em>window icon</em></dt> +<dd><p>Set the icon of <var>window</var> to the surface <var>icon</var>. +</p></dd></dl> + +<dl> <dt id="index-set_002dwindow_002dposition_0021">Procedure: <strong>set-window-position!</strong> <em>window x y</em></dt> <dd><p>Set the position of <var>window</var> to (<var>x</var>, <var>y</var>). </p></dd></dl> |