From 4ad8687a0a5a038bea5e679cb3e411abfc95d2ab Mon Sep 17 00:00:00 2001 From: Vidar Hokstad Date: Tue, 21 Nov 2023 20:14:49 +0000 Subject: [PATCH] Bumped version --- Gemfile.lock | 2 +- lib/X11/display.rb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 34510df..6647e1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pure-x11 (0.0.2) + pure-x11 (0.0.4) GEM remote: https://rubygems.org/ diff --git a/lib/X11/display.rb b/lib/X11/display.rb index 31896db..a27a45c 100644 --- a/lib/X11/display.rb +++ b/lib/X11/display.rb @@ -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 = []