From 276671e2d5fc00ff61c82701cbb2d8fbff7ae2f1 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Sat, 8 Aug 2020 17:11:11 -0700 Subject: =?UTF-8?q?(.=E3=81=A5=E2=97=A1=EF=B9=8F=E2=97=A1)=E3=81=A5=20repl?= =?UTF-8?q?ace=20README.md=20with=20README.adoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit testing asciidoc instead of markdown --- src/windowmanager.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windowmanager.nim') diff --git a/src/windowmanager.nim b/src/windowmanager.nim index 1bda674..de4640c 100644 --- a/src/windowmanager.nim +++ b/src/windowmanager.nim @@ -234,7 +234,7 @@ proc tileWindows (wm: WindowManager) = c = if wm.focused == i: focused else: unfocused discard wm.display.XSetWindowBorder(wm.clients[i], c) - + # Events proc onCreateNotify (wm: WindowManager, e: PXCreateWindowEvent) = return proc onDestroyNotify (wm: WindowManager, e: PXDestroyWindowEvent) = return -- cgit v1.2.3