summaryrefslogtreecommitdiff
path: root/gtk/gtkwin32embed.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-09-10 06:39:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-09-10 06:39:16 +0000
commitf45a35921aec248e0b8494a2145b907684a21fe5 (patch)
treeb21e00507445a307553ebd219326fe1fcbef362e /gtk/gtkwin32embed.c
parent77cdc290b98acd6f77922645b2a2e53d750b332d (diff)
downloadgtk+-f45a35921aec248e0b8494a2145b907684a21fe5.tar.gz
Commit a patch by Behdad to fix typos, omissions and other errors in the
2006-09-10 Matthias Clasen <mclasen@redhat.com> * Commit a patch by Behdad to fix typos, omissions and other errors in the symbol aliasing, and add checks for local PLT entries. (#354687, Behdad Esfahbod)
Diffstat (limited to 'gtk/gtkwin32embed.c')
-rw-r--r--gtk/gtkwin32embed.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkwin32embed.c b/gtk/gtkwin32embed.c
index 609ec5b1cb..ce1f3d8490 100644
--- a/gtk/gtkwin32embed.c
+++ b/gtk/gtkwin32embed.c
@@ -26,6 +26,8 @@
#include "gtkwin32embed.h"
+#include "gtkalias.h"
+
static guint message_type[GTK_WIN32_EMBED_LAST];
static GSList *current_messages;
@@ -130,6 +132,3 @@ _gtk_win32_embed_get_focus_wrapped (void)
return (msg->lParam & GTK_WIN32_EMBED_FOCUS_WRAPAROUND) != 0;
}
-
-
-