You’re much more likely to reach people that know about using WebKit with GTK 
on the webkit-gtk mailing list: 
https://lists.webkit.org/mailman/listinfo/webkit-gtk

- Bem

On May 4, 2015, at 4:54 AM, Jerry Geis 
<[email protected]<mailto:[email protected]>> wrote:

So I looked closer at my functions...

void maximize(void) {
    gtk_window_maximize(GTK_WINDOW(window));
    gtk_window_fullscreen(GTK_WINDOW(window));
    gtk_window_set_decorated(GTK_WINDOW(window), FALSE);
}


This function in particular I am calling. If I comment out the 
gtk_window_fullscreen() function
the browser appears and is not minimized.... When I put this function back in - 
the application
is always minimized and is NOT fullscreen.

Any thoughts?

Jerry

On Fri, May 1, 2015 at 4:23 PM, Jerry Geis 
<[email protected]<mailto:[email protected]>> wrote:
Hi all,

I had a project that worked great under CentOS 6.6.
I basically took webkitgtk-2.4.6 and compiled then took a small
browser.c file to great a browser. Worked great.

So now I'm trying to migrate that to CentOS 7.1
did the same thing - same steps as above and when I run
the webkit browser it is ALWAYS minimized.
If I right click on it, and say unminimize - it does for a brief second
I see the page and then it becomes minimized again.

Any thoughts on what might be happening here?

Thanks,

Jerry

_______________________________________________
webkit-dev mailing list
[email protected]<mailto:[email protected]>
https://lists.webkit.org/mailman/listinfo/webkit-dev

_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to