Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
d6eba235
Commit
d6eba235
authored
Sep 02, 2011
by
Simon Morlat
Browse files
fix warning on linux
parent
9039ef77
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/main.c
View file @
d6eba235
...
...
@@ -1278,6 +1278,7 @@ gboolean linphone_gtk_close(GtkWidget *mw){
return
TRUE
;
}
#ifdef HAVE_GTK_OSX
static
gboolean
on_window_state_event
(
GtkWidget
*
w
,
GdkEventWindowState
*
event
){
if
((
event
->
new_window_state
&
GDK_WINDOW_STATE_ICONIFIED
)
||
(
event
->
new_window_state
&
GDK_WINDOW_STATE_WITHDRAWN
)
){
linphone_core_enable_video_preview
(
linphone_gtk_get_core
(),
FALSE
);
...
...
@@ -1287,6 +1288,7 @@ static gboolean on_window_state_event(GtkWidget *w, GdkEventWindowState *event){
}
return
FALSE
;
}
#endif
static
void
linphone_gtk_init_main_window
(){
...
...
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