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

[linux] fix on_window_show and on_window_hide signatures #268

Merged
merged 1 commit into from
Jan 4, 2023
Merged

[linux] fix on_window_show and on_window_hide signatures #268

merged 1 commit into from
Jan 4, 2023

Commits on Jan 3, 2023

  1. [linux] fix on_window_show and on_window_hide signatures

    The signals do not have an "event" argument:
    - https://docs.gtk.org/gtk3/vfunc.Widget.show.html
    - https://docs.gtk.org/gtk3/vfunc.Widget.hide.html
    
    It's important to have the correct signature to ensure that the user
    data pointer argument points to the correct memory address.
    jpnurmi committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    50ba810 View commit details
    Browse the repository at this point in the history