Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
6140784b
Commit
6140784b
authored
Mar 19, 2003
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
Whitout it I can't even start gtk2 interface.
parent
fff29587
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
modules/misc/gtk_main.c
modules/misc/gtk_main.c
+4
-2
No files found.
modules/misc/gtk_main.c
View file @
6140784b
...
...
@@ -2,7 +2,7 @@
* gtk_main.c : Gtk+ wrapper for gtk_main
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: gtk_main.c,v 1.1
3 2003/03/18 01:26:13 sam
Exp $
* $Id: gtk_main.c,v 1.1
4 2003/03/19 17:40:43 fenrir
Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
...
...
@@ -173,7 +173,9 @@ static void GtkMain( vlc_object_t *p_this )
static
int
i_args
=
1
;
/* FIXME: deprecated ? */
/* gdk_threads_init(); */
#if defined(MODULE_NAME_IS_gtk2_main) || defined(MODULE_NAME_IS_gnome2_main)
gdk_threads_init
();
#endif
#if defined(MODULE_NAME_IS_gnome_main)
gnome_init
(
p_this
->
p_vlc
->
psz_object_name
,
VERSION
,
i_args
,
p_args
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment