Skip to content
  • Alexander Larsson's avatar
    Fix cnp bug in _gtk_bitmask_intersects · 77912a65
    Alexander Larsson authored
    We need to use the allocated codepath if *any* argument is
    allocated, not if one arg is not allocated.
    This bug caused unnecessary calls to _gtk_bitmask_is_allocated,
    as well as return completely wrong result if both bitmask are
    allocated.
    77912a65