X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkwin32embed.h;h=b6da80e52f3b69e73adb6ddf1aeeea21feb9bde4;hb=e1edc998a2e9c557030d207533932b3120e13fe5;hp=5c0cd639e58ab517153e6bdc43587520a6e71eeb;hpb=fce9c8b7d45145c4556650843218e0b76c065c18;p=~andy%2Fgtk diff --git a/gtk/gtkwin32embed.h b/gtk/gtkwin32embed.h index 5c0cd639e..b6da80e52 100644 --- a/gtk/gtkwin32embed.h +++ b/gtk/gtkwin32embed.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkwin32embed.h: Utilities for Win32 embedding * Copyright (C) 2005, Novell, Inc. * @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* By Tor Lillqvist 2005 */ @@ -82,11 +80,11 @@ void _gtk_win32_embed_push_message (MSG *msg); void _gtk_win32_embed_pop_message (void); void _gtk_win32_embed_send (GdkWindow *recipient, GtkWin32EmbedMessageType message, - gint wparam, - gint lparam); + WPARAM wparam, + LPARAM lparam); void _gtk_win32_embed_send_focus_message (GdkWindow *recipient, GtkWin32EmbedMessageType message, - gint wparam); + WPARAM wparam); void _gtk_win32_embed_set_focus_wrapped (void); gboolean _gtk_win32_embed_get_focus_wrapped (void);