<div dir="ltr">I used centos 6.6 and put on webkit 2.4.6 and got that to work fine<div>with my little browser app.<br><div><br></div><div>I&#39;m now trying to use centos 7.1 and trying to put on the same webkit.</div><div>When I compile it and install it - then run my very short browser app</div><div>the browser is ALWAYS minimized.</div><div><br></div><div>I narrowed it down to the gtk_window_fullscreen() function.</div><div><pre style="color:rgb(0,0,0)">void maximize(void) {
    gtk_window_maximize(GTK_WINDOW(window));
    gtk_window_fullscreen(GTK_WINDOW(window));
    gtk_window_set_decorated(GTK_WINDOW(window), FALSE);
}
</pre></div><div>When I comment the gtk_window_fullscreen() out, the browser comes up and is not minimized. As soon as I put that line back in the browser app is always minimized.</div><div><br></div><div>Why might this be happening and how can I get past it?</div><div>Thanks,</div><div><br></div><div>Jerry</div></div></div>