comparison src/device-x.c @ 335:54f7aa390f4f r21-0-65

Import from CVS: tag r21-0-65
author cvs
date Mon, 13 Aug 2007 10:50:39 +0200
parents e11d67e05968
children 8e84bee8ddd0
comparison
equal deleted inserted replaced
334:58353925ad93 335:54f7aa390f4f
349 349
350 /* 350 /*
351 * Break apart the old XtOpenDisplay call into XOpenDisplay and 351 * Break apart the old XtOpenDisplay call into XOpenDisplay and
352 * XtDisplayInitialize so we can figure out whether there 352 * XtDisplayInitialize so we can figure out whether there
353 * are any XEmacs resources in the resource database before 353 * are any XEmacs resources in the resource database before
354 * we intitialize Xt. This is so we can automagically support 354 * we initialize Xt. This is so we can automagically support
355 * both `Emacs' and `XEmacs' application classes. 355 * both `Emacs' and `XEmacs' application classes.
356 */ 356 */
357 slow_down_interrupts (); 357 slow_down_interrupts ();
358 /* May not be needed but XtOpenDisplay could not deal with signals here. */ 358 /* May not be needed but XtOpenDisplay could not deal with signals here. */
359 dpy = DEVICE_X_DISPLAY (d) = XOpenDisplay (disp_name); 359 dpy = DEVICE_X_DISPLAY (d) = XOpenDisplay (disp_name);