Skip to content

Simplify code around building windows. - #260

Merged
mvo5 merged 1 commit into
mvo5:masterfrom
andy128k:void-close
Aug 2, 2026
Merged

Simplify code around building windows.#260
mvo5 merged 1 commit into
mvo5:masterfrom
andy128k:void-close

Conversation

@andy128k

Copy link
Copy Markdown
Contributor

Simplify code around building windows.

Make close() method return nothing. It and its overrides return true anyway. That's not a big deal now but clears a bit situation when implementation needs to be asynchronous (e.g. in Gtk4).

@andy128k andy128k changed the title Always inhibit delete-event for windows Simplify code around building windows. Jul 19, 2026
@mvo5

mvo5 commented Jul 24, 2026

Copy link
Copy Markdown
Owner

This has a conflict now

@andy128k

Copy link
Copy Markdown
Contributor Author

@mvo5 rebased

@mvo5 mvo5 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks fine, nice cleanup! Unfortunately conflicts again :/


// user pressed ctrl-c
if (event->keyval == GDK_c && event->state & GDK_CONTROL_MASK) {
if (event->keyval == GDK_KEY_c && event->state & GDK_CONTROL_MASK) {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(super nitpick) in an ideal world this would be its own commit but its fine :)

@mvo5
mvo5 merged commit 8e99020 into mvo5:master Aug 2, 2026
2 checks passed
@andy128k
andy128k deleted the void-close branch August 2, 2026 21:02
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.

2 participants