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

- \ No newline at end of file + diff --git a/doc/doc_files/nav_bottom.html b/doc/doc_files/nav_bottom.html index f703cf3..c73ee0a 100644 --- a/doc/doc_files/nav_bottom.html +++ b/doc/doc_files/nav_bottom.html @@ -3,74 +3,19 @@ + + + body { background-color: #212837; color: #FFFFFF; } + a { color: #40bfb8; } + a::before { + content: "---"; + font-family: monospace, monospace; + display: inline-block; + margin-right: 6px; + color: #40bfb8; + } + RCBasic Library Reference diff --git a/doc/doc_files/nav_top.html b/doc/doc_files/nav_top.html index 47c9340..9e11545 100644 --- a/doc/doc_files/nav_top.html +++ b/doc/doc_files/nav_top.html @@ -4,12 +4,24 @@ + RCBasic +