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
58b733a4
Commit
58b733a4
authored
Oct 13, 2010
by
Simon Morlat
Browse files
bugfixes
parent
ba89029d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
console/linphonec.c
console/linphonec.c
+1
-1
mediastreamer2
mediastreamer2
+1
-1
No files found.
console/linphonec.c
View file @
58b733a4
...
...
@@ -922,7 +922,7 @@ static void lpc_apply_video_params(){
if
(
pwid
!=
0
&&
(
lpc_preview_params
.
refresh
||
old_pwid
!=
pwid
)){
lpc_preview_params
.
refresh
=
FALSE
;
#ifdef HAVE_X11_XLIB_H
printf
(
"wid=%lu pwid=%lu
\n
"
,
wid
,
pwid
);
/*
printf("wid=%lu pwid=%lu\n",wid,pwid);
*/
if
(
lpc_preview_params
.
wid
==
0
){
// do not manage window if embedded
printf
(
"Refreshing
\n
"
);
x11_apply_video_params
(
&
lpc_preview_params
,
pwid
);
...
...
mediastreamer2
@
93ef451f
Subproject commit
5fe12a5d5dcf3b267bbd7a3adc036d7113243454
Subproject commit
93ef451fd6da31fd70fd59e6a6ca59cc26a3b287
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