diff options
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote_plot.c b/remote_plot.c index b41e2c6..cb289ae 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -3,6 +3,8 @@ // https://api.libssh.org/stable/libssh_tutor_guided_tour.html // plplot example 17 // plplot example ext-cairo-test.c +// https://docs.gtk.org/gtk4/class.DrawingArea.html +// https://www.gtk.org/docs/getting-started/hello-world/ #include <libssh/libssh.h> #include <stdlib.h> |