From 7722909c22824cd53a6b791b0a3e6c3c11915cff Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Mon, 20 Apr 2015 10:14:05 +0000 Subject: [PATCH] Allow Client unmap_count accessor to be set --- lib/uh/wm/client.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/uh/wm/client.rb b/lib/uh/wm/client.rb index e20225f..1eea9b9 100644 --- a/lib/uh/wm/client.rb +++ b/lib/uh/wm/client.rb @@ -1,8 +1,8 @@ module Uh module WM class Client - attr_reader :window, :unmap_count - attr_accessor :geo + attr_reader :window + attr_accessor :geo, :unmap_count def initialize window, geo = nil @window = window