aboutsummaryrefslogtreecommitdiff
path: root/src/bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bw.h')
-rw-r--r--src/bw.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/bw.h b/src/bw.h
index 590af4fb..e07c9c34 100644
--- a/src/bw.h
+++ b/src/bw.h
@@ -11,12 +11,8 @@
#define BW_Force (4) /* Stop connection too */
-typedef struct _BrowserWindow BrowserWindow;
-
-
/* browser_window contains the specific data for a single window */
-struct _BrowserWindow
-{
+typedef struct {
/* Pointer to the UI object this bw belongs to */
void *ui;
@@ -61,7 +57,7 @@ struct _BrowserWindow
/* HTML-bugs detected at parse time */
int num_page_bugs;
Dstr *page_bugs;
-};
+} BrowserWindow;
#ifdef __cplusplus