Re: systray[2/4]: correctly handle icon addition/deletion

2008-02-06 Thread James Hawkins
On Feb 6, 2008 6:24 PM, Kirill K. Smirnov <[EMAIL PROTECTED]> wrote: > В сообщении от Thursday 07 February 2008 02:58:42 вы написали: > > > Kirill K. Smirnov wrote: > > > @@ -71,6 +71,12 @@ struct icon > > > static struct tray tray; > > > static BOOL hide_systray; > > > > > > +static BOOL add_ico

Re: systray[2/4]: correctly handle icon addition/deletion

2008-02-06 Thread Kirill K. Smirnov
В сообщении от Thursday 07 February 2008 02:58:42 вы написали: > Kirill K. Smirnov wrote: > > @@ -71,6 +71,12 @@ struct icon > > static struct tray tray; > > static BOOL hide_systray; > > > > +static BOOL add_icon(NOTIFYICONDATAW *nid); > > +static BOOL modify_icon(NOTIFYICONDATAW *nid); > > +sta

Re: systray[2/4]: correctly handle icon addition/deletion

2008-02-06 Thread Robert Shearman
Kirill K. Smirnov wrote: > @@ -71,6 +71,12 @@ struct icon > static struct tray tray; > static BOOL hide_systray; > > +static BOOL add_icon(NOTIFYICONDATAW *nid); > +static BOOL modify_icon(NOTIFYICONDATAW *nid); > +static BOOL delete_icon(const NOTIFYICONDATAW *nid); > +static BOOL delete_icon_