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:
Emmanuele Bassi
2010-10-19 18:14:46 +01:00
parent 9b34bf17e5
commit 2cc059a0e7
18 changed files with 124 additions and 97 deletions

View File

@ -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;
}