|
From: Petr M. <mi...@ph...> - 2005-08-08 09:30:18
|
>> There is yet another code which looks "suspictious" to me, because it >> was formerly surrounded by #if defined(PM3D) && defined(USE_MOUSE): > > That bit is OK, I think. The xor GC is used for drawing the "rubber-band" > ruler and zoom-box lines. It would not be needed if there is no > mouse support. Or were you suspicious about something different? For #ifdef USE_MOUSE it is OK, the additional && defined(PM3D) was probably a mistake. --- PM |