From 07c62407e2d251e3906d45684d15dafbc16f29f7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Oct 2010 00:08:35 +0000 Subject: Fix windows url bar Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891 --- windows/resourceid.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'windows/resourceid.h') diff --git a/windows/resourceid.h b/windows/resourceid.h index 7508411f5..f4a089495 100644 --- a/windows/resourceid.h +++ b/windows/resourceid.h @@ -28,6 +28,14 @@ #define NSWS_ID_TOOLBAR_BITMAP 107 #define NSWS_ID_TOOLBAR_GREY_BITMAP 108 #define NSWS_ID_TOOLBAR_HOT_BITMAP 109 + +#define NSWS_ID_TOOLBAR 1111 +#define NSWS_ID_URLBAR 1112 +#define NSWS_ID_THROBBER 1113 +#define NSWS_ID_DRAWINGAREA 1114 +#define NSWS_ID_STATUSBAR 1115 +#define NSWS_ID_LAUNCH_URL 1116 + #define NSWS_ID_ABOUT_DIALOG 11111 #define NSWS_ID_ABOUT_CONTENT 11112 #define NSWS_ID_PREFS_DIALOG 11113 -- cgit v1.2.3