analysis: None used in pointer context
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 27 May 2010 08:07:11 +0000 (09:07 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 1 Jun 2010 11:08:18 +0000 (12:08 +0100)
commitec59af290cfd6813ff4df37994067de5cea2f1c4
tree1097a9fd4419fed3c1b0a4b7c270530151f526ac
parent52a78a7220650f4d8b1da75ff942cfede1248d20
analysis: None used in pointer context

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.
clutter/glx/clutter-backend-glx.c
clutter/x11/clutter-backend-x11.c
tests/interactive/test-pixmap.c