]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkwin32embed.h
filechooser: Rename _gtk_file_is_path_not_local() to _gtk_file_has_native_path()
[~andy/gtk] / gtk / gtkwin32embed.h
index 5c0cd639e58ab517153e6bdc43587520a6e71eeb..b6da80e52f3b69e73adb6ddf1aeeea21feb9bde4 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 /* By Tor Lillqvist <tml@novell.com> 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);