diff src/glyphs-msw.c @ 5921:68639fb08af8 cygwin

no obvious 64 vs. 32 pblms in compilation, but still crashing in event-msw
author Henry Thompson <ht@markup.co.uk>
date Wed, 23 Apr 2014 22:22:37 +0100
parents 0f2338afbabf
children e2fae7783046
line wrap: on
line diff
--- a/src/glyphs-msw.c	Mon Apr 21 11:42:50 2014 +0100
+++ b/src/glyphs-msw.c	Wed Apr 23 22:22:37 2014 +0100
@@ -2225,7 +2225,7 @@
   Extbyte *nm = 0;
   Extbyte *classext;
   HWND wnd;
-  int id = 0xffff;
+  intptr_t id = -1;
   Lisp_Object gui = IMAGE_INSTANCE_WIDGET_ITEM (ii);
   Lisp_Gui_Item *pgui = XGUI_ITEM (gui);