From 0e699be281c8dea53e589e08a5831837e0eae7ea Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 7 Oct 2021 20:17:50 -0400 Subject: Updates for Chickadee 0.8.0 and Guile-SDL2 0.7.0. --- manuals/guile-sdl2/Chat.html | 2 +- manuals/guile-sdl2/Index.html | 2 ++ manuals/guile-sdl2/Rendering.html | 5 +++++ manuals/guile-sdl2/Windows.html | 5 +++++ 4 files changed, 13 insertions(+), 1 deletion(-) (limited to 'manuals/guile-sdl2') 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:

irc.freenode.net, so help and general discussion may be found +on irc.libera.chat, so help and general discussion may be found there.

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: set-renderer-target!Rendering set-renderer-viewport!Rendering set-texture-alpha-mod!Rendering +set-texture-blend-mode!Rendering set-texture-color-mod!Rendering set-window-border!Windows set-window-fullscreen!Windows +set-window-icon!Windows set-window-maximum-size!Windows set-window-minimum-size!Windows set-window-position!Windows 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 texture flag.

Set the alpha mod of texture.

+
+
Procedure: set-texture-blend-mode! texture blend-mode
+

Set the blend of texture to blend-mode. See Blend Modes for more information. +

+

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 @@ -189,6 +189,11 @@ remove the border.

Set the title of window to the string title.

+
+
Procedure: set-window-icon! window icon
+

Set the icon of window to the surface icon. +

+
Procedure: set-window-position! window x y

Set the position of window to (x, y). -- cgit v1.2.3