Add header

This commit is contained in:
Fernando Schauenburg 2023-03-10 12:19:08 +01:00
parent fce08539bc
commit defedd50e2

View file

@ -1,4 +1,9 @@
; Returns the rectangle (position & size) of a given monitor.
; Simple window manager for MS Windows, made to work in tandem with my
; Moonlander keyboard configuration:
;
; https://configure.zsa.io/moonlander/layouts/553D6/latest/0
; Returns the rectangle (position & size) of a given monitor.
MonitorGetRect(N)
{
MonitorGetWorkArea(N, &left, &top, &right, &bottom)