mirror of
https://github.com/vidarh/ruby-x11
synced 2024-11-16 07:48:12 +01:00
Bumped version
This commit is contained in:
parent
c08910d0c9
commit
4ad8687a0a
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
pure-x11 (0.0.2)
|
||||
pure-x11 (0.0.4)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -26,7 +26,8 @@ module X11
|
|||
family = :Internet
|
||||
end
|
||||
|
||||
authorize(host, family, display_id)
|
||||
# FIXME
|
||||
authorize(host, family, display_id) rescue nil
|
||||
|
||||
@requestseq = 1
|
||||
@queue = []
|
||||
|
|
Loading…
Reference in a new issue