Mercurial > hg > xemacs-beta
comparison src/frame-x.c @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | 558f606b08ae |
children | e11d67e05968 |
comparison
equal
deleted
inserted
replaced
285:9a3756523c1b | 286:57709be46d1b |
---|---|
2580 else | 2580 else |
2581 abort (); | 2581 abort (); |
2582 | 2582 |
2583 XtSetValues (FRAME_X_TEXT_WIDGET (frm), av, ac); | 2583 XtSetValues (FRAME_X_TEXT_WIDGET (frm), av, ac); |
2584 | 2584 |
2585 #ifdef HAVE_TOOLBARS | 2585 #ifdef HAVE_TOOLBARS |
2586 /* Setting the background clears the entire frame area | 2586 /* Setting the background clears the entire frame area |
2587 including the toolbar so we force an immediate redraw of | 2587 including the toolbar so we force an immediate redraw of |
2588 it. */ | 2588 it. */ |
2589 if (EQ (name, Qbackground)) | 2589 if (EQ (name, Qbackground)) |
2590 MAYBE_DEVMETH (XDEVICE (frm->device), redraw_frame_toolbars, (frm)); | 2590 MAYBE_DEVMETH (XDEVICE (frm->device), redraw_frame_toolbars, (frm)); |
2591 #endif /* HAVE_TOOLBARS */ | 2591 #endif /* HAVE_TOOLBARS */ |
2592 | 2592 |
2593 /* Set window manager resize increment hints according to | 2593 /* Set window manager resize increment hints according to |
2594 the new character size */ | 2594 the new character size */ |
2595 if (EQ (name, Qfont)) | 2595 if (EQ (name, Qfont)) |
2596 EmacsFrameRecomputeCellSize (FRAME_X_TEXT_WIDGET (frm)); | 2596 EmacsFrameRecomputeCellSize (FRAME_X_TEXT_WIDGET (frm)); |