emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: customize mini Icon?


From: Chong Yidong
Subject: Re: customize mini Icon?
Date: Sat, 04 Mar 2006 09:43:23 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Leon <address@hidden> writes:

> Chong Yidong <address@hidden> writes:
>
>> Leon <address@hidden> writes:
>>
>>> How to replace the default mini icon (usually shown in the
>>> title bar)? I have replace all icons under SOURCE/etc/images/icons
>>> before compile. Thanks.
>>
>> You need to recompile Emacs.
>
> I replace all the icons in SOURCE/etc/images/icons and then recompile
> Emacs. However it still use the original mini icon. Any ideas?

The icon is a xbm pixmap, which is written out as a variable,
gnu_xpm_bits, in src/gnu.h.  You need to convert your desired icon to
xpm, replace gnu_xpm_bits with that, and recompile.  (Except on
Windows, which uses a different system).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]