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

Make WindowDesc be single use #519

Merged
merged 1 commit into from
Feb 7, 2020
Merged

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Feb 6, 2020

This is based off of #518.

WindowDesc::build_native now takes self by value, so that multiple windows
cannot be constructed from a single WindowDesc.

As potential followup, we could probably combine WindowDesc with PendingWindow.

fixes #403

build_native now takes self by value, so that multiple windows
cannot be constructed from a single WindowDesc.

As potential follow, we could probably combine
WindowDesc with PendingWindow?

fixes #403
@cmyr cmyr merged commit 871ad2f into one-shot-command Feb 7, 2020
@cmyr cmyr deleted the one-shot-window-desc branch February 7, 2020 19:24
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