From 8543fbc72fafc0d71a8760752ca2ef5b7119cb5c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 16 Feb 2016 16:01:02 +0000 Subject: gtk3+wayland: play video via gtksink gstreamer element Change-Id: Ib371fa06eda73962cbe94739e69a68b46c26e4bf --- include/vcl/sysdata.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vcl/sysdata.hxx') diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx index 81ad3db41ea1..18f39393b274 100644 --- a/include/vcl/sysdata.hxx +++ b/include/vcl/sysdata.hxx @@ -72,6 +72,7 @@ struct SystemEnvData void* pAppContext; // the application context in use long aShellWindow; // the window of the frame's shell void* pShellWidget; // the frame's shell widget + const char* pToolkit; // the toolkit in use (gtk2 vs gtk3) #endif SystemEnvData() @@ -95,6 +96,7 @@ struct SystemEnvData , pAppContext(nullptr) , aShellWindow(0) , pShellWidget(nullptr) + , pToolkit(nullptr) #endif { } -- cgit