<div dir="ltr">So I looked closer at my functions...<div><br></div><div><div>void maximize(void) {</div><div>    gtk_window_maximize(GTK_WINDOW(window));</div><div>    gtk_window_fullscreen(GTK_WINDOW(window));</div><div>    gtk_window_set_decorated(GTK_WINDOW(window), FALSE);</div><div>}</div></div><div><br></div><div><br></div><div>This function in particular I am calling. If I comment out the gtk_window_fullscreen() function</div><div>the browser appears and is not minimized.... When I put this function back in - the application </div><div>is always minimized and is NOT fullscreen.</div><div><br></div><div>Any thoughts?</div><div><br></div><div>Jerry</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 1, 2015 at 4:23 PM, Jerry Geis <span dir="ltr">&lt;<a href="mailto:geisj@pagestation.com" target="_blank">geisj@pagestation.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I had a project that worked great under CentOS 6.6.</div><div>I basically took webkitgtk-2.4.6 and compiled then took a small</div><div>browser.c file to great a browser. Worked great.</div><div><br></div><div>So now I&#39;m trying to migrate that to CentOS 7.1 </div><div>did the same thing - same steps as above and when I run </div><div>the webkit browser it is ALWAYS minimized. </div><div>If I right click on it, and say unminimize - it does for a brief second </div><div>I see the page and then it becomes minimized again.</div><div><br></div><div>Any thoughts on what might be happening here?</div><div><br></div><div>Thanks,</div><div><br></div><div>Jerry</div></div>
</blockquote></div><br></div>