Guest User

Untitled

a guest
Feb 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. void
  2. grab_keys_all_wins (void)
  3. {
  4. rp_window *cur;
  5.  
  6. /* Remove the grab on the current prefix key */
  7. list_for_each_entry (cur, &rp_mapped_window, node)
  8. {
  9. grab_top_level_keys (cur->w);
  10. }
  11. }
Add Comment
Please, Sign In to add comment