From a36975e062e179edbf841bad5ffbcf41a85fca66 Mon Sep 17 00:00:00 2001 From: rexim Date: Thu, 21 Nov 2019 05:47:10 +0700 Subject: [PATCH] Remove TODO(#8) --- src/boomer.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/src/boomer.nim b/src/boomer.nim index 8b62b9d..40b824f 100644 --- a/src/boomer.nim +++ b/src/boomer.nim @@ -156,7 +156,6 @@ proc main() = swa.event_mask = ButtonPressMask or ButtonReleaseMask or KeyPressMask or PointerMotionMask or ExposureMask or ClientMessage - # TODO(#8): the window should be the size of the screen var win = XCreateWindow( display, root, 0, 0, screenshot.width.cuint, screenshot.height.cuint, 0,