Commit 7632ef36905f569cb35034229595423ee7a13b3b

Authored by Perry Werneck
1 parent 9d93b605
Exists in master and in 1 other branch develop

Adding "broadway" test script.

Showing 1 changed file with 11 additions and 0 deletions   Show diff stats
testscripts/web.sh 0 → 100755
... ... @@ -0,0 +1,11 @@
  1 +#!/bin/bash
  2 +#
  3 +# https://developer.gnome.org/gtk3/stable/gtk-broadway.html
  4 +#
  5 +# zypper in gtk3-immodule-broadway
  6 +#
  7 +
  8 +export GDK_BACKEND=broadway
  9 +# export BROADWAY_DISPLAY=:5
  10 +.bin/Debug/libv3270
  11 +
... ...