Move scrollbar msg data declaration.
This commit is contained in:
parent
d307a854fc
commit
d489908af8
|
@ -40,7 +40,6 @@ typedef enum {
|
|||
|
||||
/* Handy struct names */
|
||||
struct content_html_iframe;
|
||||
struct scrollbar_msg_data;
|
||||
struct content_html_frames;
|
||||
|
||||
#endif
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue