From aa7667c8384d73fdba0a6e5094743850398c709d Mon Sep 17 00:00:00 2001
From: n00b87
Date: Wed, 25 Feb 2026 17:04:49 -0600
Subject: [PATCH] Fixed convertToSDLSurface() function for SetWindowIcon() and
SaveBMP()
---
doc/doc_files/abs.html | 4 +-
doc/doc_files/nav_bottom.html | 79 +---
doc/doc_files/nav_top.html | 12 +
doc/doc_files/style.css | 3 +-
doc/tmp/navb_tmp.html | 79 +---
rcbasic_build/rcbasic_build.layout | 54 +--
rcbasic_runtime/main.cpp | 2 +-
rcbasic_runtime/rc_gfx_core.h | 107 ++++-
rcbasic_runtime/rc_os_defines.h | 2 +-
rcbasic_runtime/rcbasic_runtime.cbp | 1 +
rcbasic_runtime/rcbasic_runtime.depend | 6 +-
rcbasic_runtime/rcbasic_runtime.layout | 574 ++++++++++++++-----------
12 files changed, 486 insertions(+), 437 deletions(-)
diff --git a/doc/doc_files/abs.html b/doc/doc_files/abs.html
index 12fd3b1..d594b25 100644
--- a/doc/doc_files/abs.html
+++ b/doc/doc_files/abs.html
@@ -7,11 +7,11 @@
- function Abs(n)
+ Function Abs(n)
Returns the absolute value of n
-