]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkwin32embed.c
filechooserbutton: Don't duplicate tests for GTK_RESPONSE_DELETE_EVENT
[~andy/gtk] / gtk / gtkwin32embed.c
index ce1f3d849074287243b9d27e10bdf0125918cc5f..b40185b2205bafa2948998c30b03c39f44b0926e 100644 (file)
  * 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 */
 
-#include <config.h>
+#include "config.h"
 
 #include "win32/gdkwin32.h"
 
 #include "gtkwin32embed.h"
 
-#include "gtkalias.h"
 
 static guint message_type[GTK_WIN32_EMBED_LAST];
 
@@ -71,8 +68,8 @@ _gtk_win32_embed_pop_message (void)
 void
 _gtk_win32_embed_send (GdkWindow               *recipient,
                       GtkWin32EmbedMessageType message,
-                      gint                     wparam,
-                      gint                     lparam)
+                      WPARAM                   wparam,
+                      LPARAM                   lparam)
 {
   PostMessage (GDK_WINDOW_HWND (recipient),
               _gtk_win32_embed_message_type (message),
@@ -82,7 +79,7 @@ _gtk_win32_embed_send (GdkWindow               *recipient,
 void
 _gtk_win32_embed_send_focus_message (GdkWindow               *recipient,
                                     GtkWin32EmbedMessageType message,
-                                    gint                     wparam)
+                                    WPARAM                   wparam)
 {
   int lparam = 0;