wmperry(a)gnu.org (William M. Perry) writes:
One thing I just noticed is that I forgot the toolbar shadow
thickness code
for X in my generic-redisplay based stuff. I really don't want to put
#ifdef HAVE_X11
EmacsFrame ef = (EmacsFrame) FRAME_X_TEXT_WIDGET (f);
int shadow_thickness = ef->emacs_frame.toolbar_shadow_thickness;
#endif
into the common code. What do people think of adding a new variable
toolbar-shadow-thickness (and also probably toolbar-height and
toolbar-width). And if I add them, should they be specifiers or
DEFVAR_INTs?
Doh! Ignore the bit about toolbar-(height|width) - I just didn't see that
they are broken up into all the default|top|bottom|right|left variants. I
don't think we need that much flexibility for something like the shadow
thickness... what do other people think? I've got this coded up, what do
people think?
-bp
--
Ceterum censeo vi esse delendam