diff src/frame-msw.c @ 245:51092a27c943 r20-5b21

Import from CVS: tag r20-5b21
author cvs
date Mon, 13 Aug 2007 10:17:54 +0200
parents 557eaa0339bf
children 83b3d10dcba9
line wrap: on
line diff
--- a/src/frame-msw.c	Mon Aug 13 10:17:09 2007 +0200
+++ b/src/frame-msw.c	Mon Aug 13 10:17:54 2007 +0200
@@ -60,7 +60,6 @@
 mswindows_init_frame_1 (struct frame *f, Lisp_Object props)
 {
   Lisp_Object device = FRAME_DEVICE (f);
-  struct device *d = XDEVICE (device);
   Lisp_Object initially_unmapped;
   Lisp_Object name, height, width, popup, top, left;
   Lisp_Object frame_obj;
@@ -251,7 +250,7 @@
 static void
 mswindows_set_frame_properties (struct frame *f, Lisp_Object plist)
 {
-  int x, y;
+  int x=0, y=0;
   int width = 0, height = 0;
   BOOL width_specified_p = FALSE;
   BOOL height_specified_p = FALSE;