tests: Force GTK3 for the client test.
GTK4 removes iconify and deiconify and replaces them with minimize and unminimize.
This commit is contained in:
parent
a08191913e
commit
295538e389
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue