diff src/toolbar-msw.c @ 5934:e2fae7783046 cygwin

lots of use of EMACS_INT, a few others, to eliminate all pointer truncation warnings
author Henry Thompson <ht@markup.co.uk>
date Sat, 12 Dec 2015 19:08:46 +0000
parents 68639fb08af8
children
line wrap: on
line diff
--- a/src/toolbar-msw.c	Thu Dec 10 17:55:59 2015 +0000
+++ b/src/toolbar-msw.c	Sat Dec 12 19:08:46 2015 +0000
@@ -125,7 +125,7 @@
   int shadow_thickness = 2;	/* get this from somewhere else? */
   int window_frame_width = 3;
   int padding = (border_width + shadow_thickness) * 2;
-  unsigned int checksum=0;
+  uintptr_t checksum=0;
   struct window *w = XWINDOW (window);
   TBBUTTON *button_tbl, *tbbutton;
   HIMAGELIST ilist=NULL;