now, you're making evas sink X-dependant... Do you know there are other OS over the world ?
manage _video_resize() and _video_move() and the code which use them correctly with guards Vincent On Sun, 23 Oct 2011, Enlightenment SVN wrote: > Log: > emotion: fix borderless and remove it from taskbar/pager at the same time. > > > Author: cedric > Date: 2011-10-23 01:46:23 -0700 (Sun, 23 Oct 2011) > New Revision: 64321 > Trac: http://trac.enlightenment.org/e/changeset/64321 > > Modified: > trunk/emotion/src/modules/gstreamer/emotion_sink.c > > Modified: trunk/emotion/src/modules/gstreamer/emotion_sink.c > =================================================================== > --- trunk/emotion/src/modules/gstreamer/emotion_sink.c 2011-10-23 > 08:01:28 UTC (rev 64320) > +++ trunk/emotion/src/modules/gstreamer/emotion_sink.c 2011-10-23 > 08:46:23 UTC (rev 64321) > @@ -1201,7 +1201,9 @@ > fprintf(stderr, "creating window: %x [%i, %i, %i, %i]\n", win, x, y, > w, h); > if (win) > { > - /* ecore_x_mwm_borderless_set(win, EINA_TRUE); */ > + Ecore_X_Window_State state[] = { > ECORE_X_WINDOW_STATE_SKIP_TASKBAR, ECORE_X_WINDOW_STATE_SKIP_PAGER }; > + > + ecore_x_netwm_window_state_set(win, state, 2); > ecore_x_window_hide(win); > xvsink = gst_element_factory_make("xvimagesink", NULL); > if (xvsink) > > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
