mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-27 03:44:23 +03:00
Attempt to fix kiosk_mode, still not working.
svn path=/trunk/netsurf/; revision=9499
This commit is contained in:
parent
a5d569ae3e
commit
68610c1fb1
@ -2115,7 +2115,8 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
|
||||
ICA_TARGET, ICTARGET_IDCMP,
|
||||
TAG_DONE);
|
||||
|
||||
if(bw->browser_window_type == BROWSER_WINDOW_NORMAL)
|
||||
if((bw->browser_window_type == BROWSER_WINDOW_NORMAL) &&
|
||||
(option_kiosk_mode == false))
|
||||
{
|
||||
ULONG sz, size1, size2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user