summaryrefslogtreecommitdiffhomepage
path: root/src/modules/CoreGfx/CoreGfx.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 15:09:24 -0500
committerGitHub <noreply@github.com>2025-11-29 15:09:24 -0500
commit20d9401703bff7241645c9883828ad10beae6fa7 (patch)
treee446d471a0eaf4ed7ac67e878ce4fb02334a2acb /src/modules/CoreGfx/CoreGfx.h
parenta9019ecaaad76cb3569a6852dbc30c48c5436d1d (diff)
parentceabd82ac8e796249feacf39c836034ed5e11c6d (diff)
Merge pull request #91 from nekernel-org/dev
dev->stable
Diffstat (limited to 'src/modules/CoreGfx/CoreGfx.h')
-rw-r--r--src/modules/CoreGfx/CoreGfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/CoreGfx/CoreGfx.h b/src/modules/CoreGfx/CoreGfx.h
index e1bfe462..c217fbe3 100644
--- a/src/modules/CoreGfx/CoreGfx.h
+++ b/src/modules/CoreGfx/CoreGfx.h
@@ -111,7 +111,7 @@
#endif // ifndef CORE_GFX_ACCESSIBILITY_H
namespace FB {
-inline Void cg_clear_video() noexcept {
+inline Void cg_clear_video() {
FBDrawInRegion(cg_get_clear_clr(), FB::CGAccessibilty::Height(), FB::CGAccessibilty::Width(), 0,
0);
}