Skip to content
New issue

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

Exhange description "SDL2 application" #115

Open
javierdlr opened this issue Jun 28, 2024 · 2 comments
Open

Exhange description "SDL2 application" #115

javierdlr opened this issue Jun 28, 2024 · 2 comments

Comments

@javierdlr
Copy link

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"?

@capehill
Copy link

capehill commented Oct 5, 2024

How to make SDL2 programs appear on Exchange?

But AFAIK SDL2 doesn't have API for this.

@javierdlr
Copy link
Author

Ok, if then instead of fixed "SDL2 application" maybe the program name be set as REGAPP_Description?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants