mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
rationalise use of gtk scaffolding header
This commit is contained in:
parent
51f8e7c6a4
commit
6d71cdefc9
@ -31,6 +31,7 @@
|
|||||||
#include "desktop/browser.h"
|
#include "desktop/browser.h"
|
||||||
|
|
||||||
#include "gtk/warn.h"
|
#include "gtk/warn.h"
|
||||||
|
#include "gtk/scaffolding.h"
|
||||||
#include "gtk/window.h"
|
#include "gtk/window.h"
|
||||||
#include "gtk/completion.h"
|
#include "gtk/completion.h"
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
#include "gtk/hotlist.h"
|
#include "gtk/hotlist.h"
|
||||||
#include "gtk/throbber.h"
|
#include "gtk/throbber.h"
|
||||||
#include "gtk/treeview.h"
|
#include "gtk/treeview.h"
|
||||||
|
#include "gtk/scaffolding.h"
|
||||||
#include "gtk/window.h"
|
#include "gtk/window.h"
|
||||||
#include "gtk/schedule.h"
|
#include "gtk/schedule.h"
|
||||||
#include "gtk/selection.h"
|
#include "gtk/selection.h"
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include "desktop/search.h"
|
#include "desktop/search.h"
|
||||||
|
|
||||||
#include "gtk/compat.h"
|
#include "gtk/compat.h"
|
||||||
|
#include "gtk/scaffolding.h"
|
||||||
#include "gtk/window.h"
|
#include "gtk/window.h"
|
||||||
#include "gtk/search.h"
|
#include "gtk/search.h"
|
||||||
#include "gtk/tabs.h"
|
#include "gtk/tabs.h"
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
#include "gtk/warn.h"
|
#include "gtk/warn.h"
|
||||||
#include "gtk/search.h"
|
#include "gtk/search.h"
|
||||||
#include "gtk/throbber.h"
|
#include "gtk/throbber.h"
|
||||||
|
#include "gtk/scaffolding.h"
|
||||||
#include "gtk/window.h"
|
#include "gtk/window.h"
|
||||||
#include "gtk/compat.h"
|
#include "gtk/compat.h"
|
||||||
#include "gtk/resources.h"
|
#include "gtk/resources.h"
|
||||||
|
@ -19,10 +19,6 @@
|
|||||||
#ifndef _NETSURF_GTK_TOOLBAR_H_
|
#ifndef _NETSURF_GTK_TOOLBAR_H_
|
||||||
#define _NETSURF_GTK_TOOLBAR_H_
|
#define _NETSURF_GTK_TOOLBAR_H_
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
|
||||||
|
|
||||||
#include "gtk/scaffolding.h"
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* sets up the images for scaffolding.
|
* sets up the images for scaffolding.
|
||||||
*/
|
*/
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
#ifndef NETSURF_GTK_WINDOW_H
|
#ifndef NETSURF_GTK_WINDOW_H
|
||||||
#define NETSURF_GTK_WINDOW_H 1
|
#define NETSURF_GTK_WINDOW_H 1
|
||||||
|
|
||||||
#include "gtk/scaffolding.h"
|
|
||||||
|
|
||||||
extern struct gui_window_table *nsgtk_window_table;
|
extern struct gui_window_table *nsgtk_window_table;
|
||||||
|
|
||||||
typedef enum nsgtk_window_signals {
|
typedef enum nsgtk_window_signals {
|
||||||
|
Loading…
Reference in New Issue
Block a user