From cea6db4ee0cf37d37959b02ce3b4adeb80f1b03e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 26 Jan 2006 23:38:23 +0000 Subject: [project @ 2006-01-26 23:38:22 by tlsa] Remove rule.netsurf/!NetSurf/Resources/AdBlock,f79 svn path=/import/netsurf/; revision=2046 --- riscos/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/window.c') diff --git a/riscos/window.c b/riscos/window.c index e0da79b3f..b03fd585f 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -1179,7 +1179,7 @@ void ro_gui_window_open(struct gui_window *g, wimp_open *open) } if ((state.flags & wimp_WINDOW_TOGGLED) && // bit 19 (state.flags & wimp_WINDOW_BOUNDED_ONCE) && // bit 21 - !(state.flags & wimp_WINDOW_FULL_SIZE)) { // not bit 18 + (state.flags & wimp_WINDOW_FULL_SIZE)) { // not bit 18 ro_gui_screen_size(&screen_width, &screen_height); /* i can see no way of easily discovering if we were the result of a shift- * toggle as wimp_WINDOW_PARTIAL_SIZE does not seem to be what we need. As -- cgit v1.2.3