Split off gtkprivate.h
The gtkprivate.h header contains GtkWidget-specific private symbols that are not useful except in a handful of cases. Basically everything includes gtkprivate.h for the GTK_PARAM_* macros. https://bugzilla.gnome.org/show_bug.cgi?id=632539
This commit is contained in:
@ -34,6 +34,8 @@
|
||||
#include <ftw.h>
|
||||
#endif
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
|
||||
#include "gtksearchenginesimple.h"
|
||||
#include "gtkprivate.h"
|
||||
|
||||
@ -188,6 +190,7 @@ send_batch (SearchThreadData *data)
|
||||
|
||||
gdk_threads_add_idle (search_thread_add_hits_idle, hits);
|
||||
}
|
||||
|
||||
data->uri_hits = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user