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

Add documentation about dialogs and events #9727

Merged
merged 1 commit into from
May 22, 2024

Conversation

Semphriss
Copy link
Contributor

Description

I added documentation for dialogs about the case on Linux where handling events is required.

I did not mention the workaround with SDL_SetHint(SDL_HINT_FILE_DIALOG_DRIVER, "zenity") because I'm not sure how reliable that is (not all systems ship zenity, some features like modality don't work with zenity, some behavior may change in the future, new options can pop, etc).

Existing Issue(s)

Fixes #9703 somewhat, I'm not sure there can be any better fix than that.

@slouken slouken merged commit 93a0db5 into libsdl-org:main May 22, 2024
38 checks passed
@Nakhr11n Nakhr11n mentioned this pull request May 24, 2024
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

Successfully merging this pull request may close these issues.

SDL_ShowOpenFileDialog callback never called on Linux
2 participants