emotion: fix borderless and remove it from taskbar/pager at the same time.

SVN revision: 64321
This commit is contained in:
Cedric BAIL 2011-10-23 08:46:23 +00:00
parent fe2e2a1787
commit a01bc5dae9
1 changed files with 3 additions and 1 deletions

View File

@ -1201,7 +1201,9 @@ gstreamer_video_sink_new(Emotion_Gstreamer_Video *ev,
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)