X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fewmh.h;fp=include%2Fewmh.h;h=99ff655e4c81bc4770b8d145c0a3d59aa8bdda26;hb=4205973135f28a0ab0e25a63dbc8c6fff0d3539e;hp=38d612da8cd44d8689aecde5d8e5ef1cf5483894;hpb=d1e59a204eed49c4ee889b50000458ae6479354c;p=i3%2Fi3 diff --git a/include/ewmh.h b/include/ewmh.h index 38d612da..99ff655e 100644 --- a/include/ewmh.h +++ b/include/ewmh.h @@ -24,6 +24,12 @@ void ewmh_update_current_desktop(void); */ void ewmh_update_number_of_desktops(void); +/** + * Updates _NET_DESKTOP_VIEWPORT, which is an array of pairs of cardinals that + * define the top left corner of each desktop's viewport. + */ +void ewmh_update_desktop_viewport(void); + /** * Updates _NET_ACTIVE_WINDOW with the currently focused window. *