We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, now if you launch Exhange commodity on eveyr SDL2 it shows "SDL2 application" as desacription.
SDL_os4video.c:: static void OS4_RegisterApplication(_THIS) { SDL_VideoData *data = (SDL_VideoData *) _this->driverdata; data->appId = IApplication->RegisterApplication(data->appName, REGAPP_Description, "SDL2 application", TAG_DONE); if (data->appId) { dprintf("Registered application with id %u\n", data->appId); } else { dprintf("Failed to register application\n"); } }
can such string be "user definible"?
The text was updated successfully, but these errors were encountered:
How to make SDL2 programs appear on Exchange?
But AFAIK SDL2 doesn't have API for this.
Sorry, something went wrong.
Ok, if then instead of fixed "SDL2 application" maybe the program name be set as REGAPP_Description?
No branches or pull requests
Hi, now if you launch Exhange commodity on eveyr SDL2 it shows "SDL2 application" as desacription.
can such string be "user definible"?
The text was updated successfully, but these errors were encountered: