comparison src/device-x.c @ 384:bbff43aa5eb7 r21-2-7

Import from CVS: tag r21-2-7
author cvs
date Mon, 13 Aug 2007 11:08:24 +0200
parents 8626e4521993
children aabb7f5b1c81
comparison
equal deleted inserted replaced
383:6a50c6a581a5 384:bbff43aa5eb7
620 x_delete_device (struct device *d) 620 x_delete_device (struct device *d)
621 { 621 {
622 Lisp_Object device; 622 Lisp_Object device;
623 Display *display; 623 Display *display;
624 #ifdef FREE_CHECKING 624 #ifdef FREE_CHECKING
625 extern void (*__free_hook)(); 625 extern void (*__free_hook) (void *);
626 int checking_free; 626 int checking_free;
627 #endif 627 #endif
628 628
629 XSETDEVICE (device, d); 629 XSETDEVICE (device, d);
630 display = DEVICE_X_DISPLAY (d); 630 display = DEVICE_X_DISPLAY (d);