14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
$OpenBSD: patch-shell_main_c,v 1.4 2009/04/28 10:26:36 ajacoutot Exp $
|
|
--- shell/main.c.orig Mon Apr 20 09:38:15 2009
|
|
+++ shell/main.c Tue Apr 28 10:19:34 2009
|
|
@@ -330,7 +330,9 @@ main (int argc, char **argv)
|
|
#ifdef ENABLE_PYTHON
|
|
pyg_begin_allow_threads;
|
|
#endif
|
|
+ GDK_THREADS_ENTER ();
|
|
gtk_main ();
|
|
+ GDK_THREADS_LEAVE ();
|
|
#ifdef ENABLE_PYTHON
|
|
pyg_end_allow_threads;
|
|
#endif
|