From c74a30b50c7afe0a492c77751cbccd638a0b9f69 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 2 Jul 2018 16:14:10 +0200 Subject: Ogon RDP support: initial draft to support Ogon RDP as remote desktop technology. --- src/rda.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rda.h') diff --git a/src/rda.h b/src/rda.h index 9752b64..366e0ce 100644 --- a/src/rda.h +++ b/src/rda.h @@ -31,6 +31,7 @@ enum { REMOTE_TECHNOLOGY_NONE, REMOTE_TECHNOLOGY_UNKNOWN, REMOTE_TECHNOLOGY_X2GO, + REMOTE_TECHNOLOGY_OGON, }; extern guint -- cgit v1.2.3