tests: Force GTK3 for the client test.

GTK4 removes iconify and deiconify and replaces them with
minimize and unminimize.
This commit is contained in:
Emmanuel Lepage Vallee 2021-10-28 22:12:52 -07:00
parent a08191913e
commit 295538e389
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pcall(require, 'luarocks.loader')
local lgi = require 'lgi'
local GLib = lgi.require('GLib')
local Gdk = lgi.require('Gdk')
local Gtk = lgi.require('Gtk')
local Gtk = lgi.require('Gtk', '3.0')
local Gio = lgi.require('Gio')
Gtk.init()