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

lost HAS_MUTTER46 ? #778

Open
tumashu opened this issue Dec 25, 2024 · 3 comments
Open

lost HAS_MUTTER46 ? #778

tumashu opened this issue Dec 25, 2024 · 3 comments

Comments

@tumashu
Copy link

tumashu commented Dec 25, 2024

client.wayland_client.make_dock (window);

@jgarte
Copy link

jgarte commented Jan 2, 2025

Hi, what is the issue that you ran into here?

It's a bit unclear what this issue is about.

@tumashu
Copy link
Author

tumashu commented Jan 3, 2025

mutter < 46 have no make_dock function, so it will build fail when mutter < 46.

@tumashu
Copy link
Author

tumashu commented Jan 3, 2025

like this:

#if HAS_MUTTER46
                 client.wayland_client.make_dock (window);
#endif

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

No branches or pull requests

2 participants