Re: [webkit-dev] webkit browser always minimzed on CentOS 7.1

2015-05-04 Thread Michael Catanzaro
On Mon, 2015-05-04 at 07:54 -0400, Jerry Geis 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); > } Are you sure this p

Re: [webkit-dev] webkit browser always minimzed on CentOS 7.1

2015-05-04 Thread Bem Jones-Bey
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 mailto:ge...@pagestation.com>> wrote: So I looked closer at my functions... void max

Re: [webkit-dev] webkit browser always minimzed on CentOS 7.1

2015-05-04 Thread Jerry Geis
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(

[webkit-dev] webkit browser always minimzed on CentOS 7.1

2015-05-01 Thread Jerry Geis
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 i