mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
ec59af290c
While this is totally fine (None is 0L and, in the pointer context, will be converted in the right internal NULL representation, which could be a value with some bits to 1), I believe it's clearer to use NULL instead of None when we talk about pointers.