]> git.corax.cc Git - dwm/commit
Add struct rect type for the common (x, y, w, h) membership pattern
authorMatthias Kruk <matthias.kruk@miraclelinux.com>
Sat, 13 Mar 2021 02:31:34 +0000 (11:31 +0900)
committerMatthias Kruk <matthias.kruk@miraclelinux.com>
Sat, 13 Mar 2021 02:31:34 +0000 (11:31 +0900)
commit8284c2ef69d3d9607945f44a89a67186070b3f71
treef61f1e4b83a361ba666c2869599f1a38672776b1
parent07215be2cab426b77a301b9714265558d7e1376a
Add struct rect type for the common (x, y, w, h) membership pattern

Several types contain members for coordinates of a rectangle on the
screen. This commit adds the struct rect type to simplify this common
pattern.
dwm.c