[MPlayer-dev-eng] GUI's icon - a X11 issue?

Steaphan Greene sgreene at cs.binghamton.edu
Mon Jun 13 16:52:57 CEST 2011


On 06/13/2011 06:27 AM, Ingo Brückl wrote:
>> +++ gui/wm/ws.c (working copy)
>> @@ -1253,7 +1253,7 @@
>>  void wsSetIcon( Display * dsp,Window win,Pixmap icon,Pixmap mask )
>>  {
>>   XWMHints * wm;
>> - long      data[2];
>> + uint32_t   data[2];
> 
> Wouldn't it be better to use CARD32?

Perhaps.  I stuck with the convention already in use in that .c file.
Other uint32_t and uint16_t types are already included elsewhere - in
the wsConvert() function.

-- 
Steaphan Greene <sgreene at cs.binghamton.edu>
Lecturer, Computer Science, Binghamton University
GPG public key: http://www.cs.binghamton.edu/~sgreene/gpg.key.txt


More information about the MPlayer-dev-eng mailing list