Author: MarkieB
Date: Fri Nov 13 00:25:44 2009
New Revision: 9674
URL:
http://source.netsurf-browser.org?rev=9674&view=rev
Log:
add commentary in case anybody else is observing immediate window close at netsurf launch
in
real/virtual windows
Modified:
branches/MarkieB/windows/windows/gui.c
Modified: branches/MarkieB/windows/windows/gui.c
URL:
http://source.netsurf-browser.org/branches/MarkieB/windows/windows/gui.c?...
==============================================================================
--- branches/MarkieB/windows/windows/gui.c (original)
+++ branches/MarkieB/windows/windows/gui.c Fri Nov 13 00:25:44 2009
@@ -1613,6 +1613,16 @@
{
unsigned int listid = 0;
char imagepath[PATH_MAX];
+ /* NB there is currently an immediate window close at
+ * netsurf launch in real/virtual - as distinct from
+ * emulation - windows whose probable cause is the
+ * location of the url bar to the right of the buttons;
+ * really the way forward would quite possibly be to
+ * implement an active bitmap as the button bar, sensitive
+ * to hover / click events; the immediate window close
+ * behaviour was observed during development when testing
+ * the arrangements of url bar / buttons although much has
+ * changed since then */
HWND hwnd = CreateWindow(TOOLBARCLASSNAME, NULL, WS_CHILD |
WS_VISIBLE | WS_BORDER | WS_CLIPSIBLINGS,