Skip to content

Commit

Permalink
Fix typo & comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iacore committed Aug 6, 2022
1 parent 4af507d commit c25a713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/qubes-gui-protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ struct msg_xi_focus {
uint32_t x;
uint32_t y;
// mod keys state, useful when focus out,
// since this is the only way prevent Ctrl getting stuck
// since this is the only way to prevent, say, Alt getting stuck during Alt+Tab
uint32_t modifier_effective;
uint32_t _reserved[7];
}
};

#endif /* QUBES_GUI_PROTOCOL_H */

0 comments on commit c25a713

Please sign in to comment.