allow applications to work nicely without .kf files #137

Merged
mxlgv merged 1 commits from cmm-lib-kfont-update into main 2025-03-14 21:31:07 +01:00
Owner
No description provided.
Leency added 1 commit 2025-03-13 00:26:27 +01:00
allow applications to work nicely without .kf files
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 41s
Build system / Build (pull_request) Successful in 5m22s
f4f268eb70
mxlgv requested changes 2025-03-13 20:58:32 +01:00
Dismissed
@@ -67,3 +67,3 @@
{
dword fsize_notused;
if(font)free(font);
if(font) font = free(font);
Owner

free() returns address? What is the address

free() returns address? What is the address
Author
Owner

it always returns 0

it always returns 0
mxlgv marked this conversation as resolved
mxlgv approved these changes 2025-03-14 20:56:59 +01:00
mxlgv force-pushed cmm-lib-kfont-update from f4f268eb70 to 93f12c7673 2025-03-14 21:10:57 +01:00 Compare
Owner

@Leency Please add KolibriOS team copyrights to your files in the next commit). And write the commit message with a capital letter so that it doesn't stand out from the general style. Thanks in advance.

@Leency Please add KolibriOS team copyrights to your files in the next commit). And write the commit message with a capital letter so that it doesn't stand out from the general style. Thanks in advance.
mxlgv added the
Category/Libraries
label 2025-03-14 21:15:22 +01:00
mxlgv added the
Kind
Enhancement
Priority
Low
labels 2025-03-14 21:30:57 +01:00
mxlgv merged commit 93f12c7673 into main 2025-03-14 21:31:07 +01:00
mxlgv deleted branch cmm-lib-kfont-update 2025-03-14 21:31:07 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#137
No description provided.