opnsense-ports/sysutils/xvidcap/files/patch-src_gnome__ui.c
Franco Fichtner 6a73ac9889 */*: sync with upstream
Taken from: HardenedBSD
2019-02-24 01:48:26 +01:00

11 lines
302 B
C

--- src/gnome_ui.c.orig 2008-06-12 20:48:03 UTC
+++ src/gnome_ui.c
@@ -1679,7 +1679,7 @@ xvc_init_pre (int argc, char **argv)
{
#define DEBUGFUNCTION "xvc_init_pre()"
g_thread_init (NULL);
- gdk_threads_init ();
+ /*gdk_threads_init ();*/
gtk_init (&argc, &argv);
return TRUE;