comparison src/device-msw.c @ 4982:3c3c1d139863

Automatic merge
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 11:25:00 -0600
parents 4aebb0131297 16112448d484
children b5df3737028a 8b2f75cecb89
comparison
equal deleted inserted replaced
4981:4aebb0131297 4982:3c3c1d139863
303 # endif 303 # endif
304 #endif 304 #endif
305 305
306 DeleteDC (DEVICE_MSWINDOWS_HCDC (d)); 306 DeleteDC (DEVICE_MSWINDOWS_HCDC (d));
307 #ifndef NEW_GC 307 #ifndef NEW_GC
308 xfree (d->device_data, void *); 308 xfree (d->device_data);
309 #endif /* not NEW_GC */ 309 #endif /* not NEW_GC */
310 } 310 }
311 311
312 void 312 void
313 mswindows_get_workspace_coords (RECT *rc) 313 mswindows_get_workspace_coords (RECT *rc)
577 XDEVMODE (DEVICE_MSPRINTER_DEVMODE (d))->device = Qnil; 577 XDEVMODE (DEVICE_MSPRINTER_DEVMODE (d))->device = Qnil;
578 DEVICE_MSPRINTER_DEVMODE (d) = Qnil; 578 DEVICE_MSPRINTER_DEVMODE (d) = Qnil;
579 } 579 }
580 580
581 #ifndef NEW_GC 581 #ifndef NEW_GC
582 xfree (d->device_data, void *); 582 xfree (d->device_data);
583 #endif /* not NEW_GC */ 583 #endif /* not NEW_GC */
584 } 584 }
585 } 585 }
586 586
587 static Lisp_Object 587 static Lisp_Object