Re: testgdk.c



On 27/05/2013 08:22, John Emmas wrote:

One test which seems to always fail is the test at line 493:-

    case GDK_NOR:
      QTEST (newpixel == (~oldpixel & ~mask));


FWIW if I change the test to this, it always seems to pass:-

    case GDK_NOR:
      QTEST (newpixel == (((~oldpixel) & (~foreground)) & mask));


A typo in the test perhaps??

John


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