diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-06 10:41:49 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-06 10:41:49 +0100 |
commit | 61fbd5b541140108f420c646bddcb447021eb54f (patch) | |
tree | b96b7f2c0ad538e19bc2e72cbf21725394b59103 | |
parent | 22f073b57b2553f4259a1847d22ec827fea373fd (diff) | |
download | gtk+-61fbd5b541140108f420c646bddcb447021eb54f.tar.gz |
tests: Fix comment for accuracy
The command line for compiling testwindowsize has changed.
-rw-r--r-- | tests/testwindowsize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testwindowsize.c b/tests/testwindowsize.c index 9f7b029435..22a8b4d792 100644 --- a/tests/testwindowsize.c +++ b/tests/testwindowsize.c @@ -1,4 +1,4 @@ -/* gcc -g -Wall -O2 -o dialog-test dialog-test.c `pkg-config --cflags --libs gtk+-3.0` */ +/* gcc -g -Wall -O2 -o dialog-test dialog-test.c `pkg-config --cflags --libs gtk4` */ #include <gtk/gtk.h> static GtkWidget *window; |