mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-22 02:12:10 +03:00
rename gtk global history implementation
This commit is contained in:
parent
189b7b45fb
commit
f17e88e709
@ -160,7 +160,7 @@ endif
|
||||
# S_FRONTEND are sources purely for the GTK frontend
|
||||
S_FRONTEND := gui.c schedule.c layout_pango.c bitmap.c plotters.c \
|
||||
treeview.c scaffolding.c gdk.c completion.c login.c throbber.c \
|
||||
selection.c history.c window.c fetch.c download.c menu.c \
|
||||
selection.c global_history.c window.c fetch.c download.c menu.c \
|
||||
print.c search.c tabs.c toolbar.c gettext.c \
|
||||
compat.c cookies.c hotlist.c viewdata.c viewsource.c \
|
||||
preferences.c about.c ssl_cert.c resources.c corewindow.c
|
||||
|
@ -33,7 +33,6 @@
|
||||
|
||||
#include "gtk/cookies.h"
|
||||
#include "gtk/plotters.h"
|
||||
#include "gtk/scaffolding.h"
|
||||
#include "gtk/resources.h"
|
||||
#include "gtk/corewindow.h"
|
||||
|
||||
|
@ -33,11 +33,10 @@
|
||||
#include "desktop/treeview.h"
|
||||
|
||||
#include "gtk/compat.h"
|
||||
#include "gtk/history.h"
|
||||
#include "gtk/plotters.h"
|
||||
#include "gtk/scaffolding.h"
|
||||
#include "gtk/resources.h"
|
||||
#include "gtk/corewindow.h"
|
||||
#include "gtk/global_history.h"
|
||||
|
||||
struct nsgtk_global_history_window {
|
||||
struct nsgtk_corewindow core;
|
@ -58,7 +58,7 @@
|
||||
#include "gtk/download.h"
|
||||
#include "gtk/fetch.h"
|
||||
#include "gtk/gui.h"
|
||||
#include "gtk/history.h"
|
||||
#include "gtk/global_history.h"
|
||||
#include "gtk/hotlist.h"
|
||||
#include "gtk/throbber.h"
|
||||
#include "gtk/treeview.h"
|
||||
|
@ -60,7 +60,7 @@
|
||||
#include "gtk/viewsource.h"
|
||||
#include "gtk/bitmap.h"
|
||||
#include "gtk/gui.h"
|
||||
#include "gtk/history.h"
|
||||
#include "gtk/global_history.h"
|
||||
#include "gtk/hotlist.h"
|
||||
#include "gtk/download.h"
|
||||
#include "gtk/menu.h"
|
||||
|
Loading…
Reference in New Issue
Block a user