]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkwin32embed.h
GtkLabelAccessible: Sanity check _get_text() input values
[~andy/gtk] / gtk / gtkwin32embed.h
index 4e2223ef33f4cb9eddb519feecac57580681c403..b6da80e52f3b69e73adb6ddf1aeeea21feb9bde4 100644 (file)
@@ -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);