Skip to content

Conversation

@mahkoh
Copy link
Owner

@mahkoh mahkoh commented Dec 18, 2025

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 implements version 11 of the wl_seat protocol, specifically adding support for the wl_keyboard.frame event. This event is used to group related keyboard events together, allowing clients to batch-process keyboard state changes for better efficiency.

Key changes:

  • Added frame event to the wire protocol definition for wl_keyboard (version 11)
  • Implemented frame event batching mechanism using an async queue
  • Updated all keyboard event methods to schedule frame events appropriately

Reviewed changes

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

Show a summary per file
File Description
wire/wl_keyboard.txt Adds the frame event definition for protocol version 11
src/state.rs Adds keyboard_frames queue for async frame event handling
src/compositor.rs Initializes keyboard_frames queue and spawns the async frame handler
src/ifs/wl_seat/wl_keyboard.rs Implements frame event batching, adds version/client fields, updates all event methods to use new batching mechanism
src/ifs/wl_seat/zwp_virtual_keyboard_v1.rs Updates signature to use Rc instead of reference
src/ifs/wl_seat.rs Bumps wl_seat global version from 10 to 11

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

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