Skip to content

Conversation

@ThatOtherAndrew
Copy link
Owner

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a crash related to graphics tablet pad events by implementing the missing pad_added callback handler in the Wayland tablet seat listener.

Key Changes:

  • Added pad_added function declaration in the header file
  • Implemented the pad_added callback with an empty handler
  • Updated the tablet_seat_listener struct to include all required callbacks in the correct order

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
pkg/wayland/wayland.h Added function declaration for pad_added callback
pkg/wayland/wayland.c Implemented empty pad_added callback and registered it in the tablet seat listener

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ThatOtherAndrew ThatOtherAndrew merged commit 2105ee3 into main Dec 15, 2025
1 check passed
@ThatOtherAndrew ThatOtherAndrew deleted the fix-17 branch December 15, 2025 19:16
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