Skip to content

Fix imports in x11, mesa_surfaceless & wayland modules#381

Merged
mukilan merged 1 commit into
mainfrom
fix-unix-imports
Jun 12, 2026
Merged

Fix imports in x11, mesa_surfaceless & wayland modules#381
mukilan merged 1 commit into
mainfrom
fix-unix-imports

Conversation

@mukilan

@mukilan mukilan commented Jun 12, 2026

Copy link
Copy Markdown
Member

These were referring to the Context, ContextDescriptor and NativeContext types from the crate root using crate::, but on unix systems that refers to the types from the multi module which is incorrect.

Fix these by referring directly to the types defined in modules themselves.

Testing: Added sole 'sm-x11' configuration to the CI matrix.

These were referring to the `Context`, `ContextDescriptor` and
`NativeContext` types from the crate root using `crate::`, but on unix
systems that refers to the types from the `multi` module which is
incorrect.

Fix these by referring directly to the types defined in modules
themselves.

Testing: Added sole 'sm-x11'  configuration to the CI matrix.

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
@mukilan mukilan force-pushed the fix-unix-imports branch from f51d9c4 to 3c7a6bf Compare June 12, 2026 05:32
@mukilan mukilan enabled auto-merge June 12, 2026 05:33
@mukilan mukilan added this pull request to the merge queue Jun 12, 2026
Merged via the queue into main with commit 4094e46 Jun 12, 2026
27 checks passed
@mukilan mukilan deleted the fix-unix-imports branch June 12, 2026 05:49
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