Move scrollbar msg data declaration.

This commit is contained in:
Michael Drake 2012-08-22 10:43:50 +01:00
parent d307a854fc
commit d489908af8
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,6 @@ typedef enum {
/* Handy struct names */
struct content_html_iframe;
struct scrollbar_msg_data;
struct content_html_frames;
#endif

View File

@ -25,6 +25,7 @@
#include "desktop/browser.h"
struct scrollbar_msg_data;
void browser_window_create_iframes(struct browser_window *bw,
struct content_html_iframe *iframe);