Remove TODO(#8)

pull/61/head
rexim 5 years ago
parent 945a3394e5
commit a36975e062

@ -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,

Loading…
Cancel
Save