Skip to content

Commit

Permalink
v0.7.19
Browse files Browse the repository at this point in the history
  • Loading branch information
avahe-kellenberger committed Mar 1, 2021
1 parent 31fe2ad commit 41bfeac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nimdow.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "0.7.18"
version = "0.7.19"
author = "avahe-kellenberger"
description = "A window manager written in nim"
license = "GPL v2"
Expand Down
2 changes: 1 addition & 1 deletion src/nimdowpkg/ipc/cli.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import
../wmcommands,
../logger

const version* = "v0.7.18"
const version* = "v0.7.19"

proc handleWMCommand(commandStr: string): bool =
## Returns if the command was sent.
Expand Down
2 changes: 0 additions & 2 deletions src/nimdowpkg/monitor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ converter intToCUchar(x: int): cuchar = x.cuchar
converter clongToCUlong(x: clong): culong = x.culong
converter toXBool(x: bool): XBool = x.XBool

const masterSlots = 1

type
Monitor* = ref object of RootObj
id*: MonitorID
Expand Down

0 comments on commit 41bfeac

Please sign in to comment.