summaryrefslogtreecommitdiff
path: root/gtk/gtkbubblewindow.c
diff options
context:
space:
mode:
authorCarlos Garnacho <carlos@lanedo.com>2013-01-18 18:02:04 +0100
committerMatthias Clasen <mclasen@redhat.com>2013-03-05 16:48:00 -0500
commitceeed09d0780e5a2227fcfdb3e13f7530aa5fcf2 (patch)
treed4e7d85c4e67f616273da739e8e5bc04941fbe25 /gtk/gtkbubblewindow.c
parent0ba92bc26d1b716f2f9c0543593f13cd5a92c521 (diff)
downloadgtk+-ceeed09d0780e5a2227fcfdb3e13f7530aa5fcf2.tar.gz
Made GtkBubble/SelectionWindow private at the moment
Diffstat (limited to 'gtk/gtkbubblewindow.c')
-rw-r--r--gtk/gtkbubblewindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbubblewindow.c b/gtk/gtkbubblewindow.c
index 2200d8f9c6..aee3dc7705 100644
--- a/gtk/gtkbubblewindow.c
+++ b/gtk/gtkbubblewindow.c
@@ -39,7 +39,7 @@
#include "config.h"
#include <gdk/gdk.h>
#include <cairo-gobject.h>
-#include "gtkbubblewindow.h"
+#include "gtkbubblewindowprivate.h"
#include "gtktypebuiltins.h"
#include "gtkmain.h"
#include "gtkprivate.h"