Update xdotool to 3.20210903.1
Changes:
- New command windowstate which can be used to modify properties of windows
- New command windowquit which is used to ask the windowed application to terminate
- New command getwindowclassname to print the window's class name
- When sending keystrokes, enter and return now are synonyms for the Return key symbol
- getmouselocation now updates the window stack with the window the cursor is currently over
- search command now supports searching by window role with --role flag
- search command should now no longer report BadWindow errors
- get_window_location now reports correct value
- Uppercase Latin-1/Basic Latin are now typed correctly
- Use the default X11 Screen instead of assuming 0
- Wrap header files with extern "C" to enable easier C++ use of libxdo
- nstall pkgconfig file when running make install
- Fix memory leaks
- Fix all compiler warnings