mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-24 00:17:52 +00:00
egl backend for linux backend of opengl backend of render
This commit is contained in:
@@ -497,7 +497,12 @@ os_set_cursor(OS_Cursor cursor)
|
||||
internal void
|
||||
os_graphical_message(B32 error, String8 title, String8 message)
|
||||
{
|
||||
|
||||
if(error)
|
||||
{
|
||||
fprintf(stderr, "[X] ");
|
||||
}
|
||||
fprintf(stderr, "%.*s\n", str8_varg(title));
|
||||
fprintf(stderr, "%.*s\n\n", str8_varg(message));
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user