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

Fix compose signature in backend header #493

Closed
wants to merge 1 commit into from

Conversation

JCallicoat
Copy link

Fix a signature mismatch between backend.h and backend.c which results in compilation errors like

../src/backend/backend.c:152:3: error: too many arguments to function ‘ps->backend_data->ops->compose’
  152 |   ps->backend_data->ops->compose(ps->backend_data, t, ps->root_image, 0, 0,
      |   ^~

Add managed_win* to compose signature in src/backend/backend.h
@yshui
Copy link
Owner

yshui commented Sep 17, 2020

Thanks for your contribution. The round branch is still WIP so it's not expected to compile.

@yshui yshui closed this Sep 17, 2020
@tryone144 tryone144 mentioned this pull request Oct 24, 2020
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