[gnome-mplayer] r2468 committed - Prevent window from going fullscreen on startup when embedded

1 view
Skip to first unread message

gnome-...@googlecode.com

unread,
Feb 7, 2014, 3:33:44 PM2/7/14
to gnome-mpla...@googlegroups.com
Revision: 2468
Author: kdekorte
Date: Fri Feb 7 20:33:26 2014 UTC
Log: Prevent window from going fullscreen on startup when embedded
http://code.google.com/p/gnome-mplayer/source/detail?r=2468

Modified:
/trunk/ChangeLog
/trunk/src/main.c

=======================================
--- /trunk/ChangeLog Wed Feb 5 20:30:22 2014 UTC
+++ /trunk/ChangeLog Fri Feb 7 20:33:26 2014 UTC
@@ -1,4 +1,5 @@
Development
+ Prevent window from going fullscreen on startup when embedded
Tracker size adjustments so that it does not look wrong in
gecko-mediaplayer
Set audio and subtitle language to English by default if not specified
in configuration
better than Zuni by default
=======================================
--- /trunk/src/main.c Mon Jul 22 15:08:13 2013 UTC
+++ /trunk/src/main.c Fri Feb 7 20:33:26 2014 UTC
@@ -1395,7 +1395,7 @@
// put the request to update the volume into the list of tasks to
complete
g_idle_add(hookup_volume, NULL);
g_idle_add(set_volume, NULL);
- if (fullscreen)
+ if (fullscreen && embed_window == 0)
g_idle_add(set_fullscreen, NULL);
gtk_main();
return 0;
Reply all
Reply to author
Forward
0 new messages