Skip to content

Commit

Permalink
address rshk#29
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Miller committed Oct 21, 2021
1 parent 84cafa5 commit 7960479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xdo/xdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ class xdo_search_t(Structure):
# const char *winname; pattern to test against a window name
('winname', c_char_p),

# const char *winrole; pattern to test against a window role
('winrole', c_char_p),

# int pid; window pid (From window atom _NET_WM_PID)
('pid', c_int),

Expand Down

0 comments on commit 7960479

Please sign in to comment.