mutter/clutter/glx
Damien Lespiau ec59af290c 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.
2010-06-01 12:08:18 +01:00
..
clutter-backend-glx.c analysis: None used in pointer context 2010-06-01 12:08:18 +01:00
clutter-backend-glx.h Adds initial clipped redraw support to Clutter 2010-03-02 17:19:11 +00:00
clutter-event-glx.c Ignore unexpected GLX_BufferSwapComplete 2010-05-05 12:00:40 +01:00
clutter-event-glx.h
clutter-glx-texture-pixmap.c glx tfp: make clutter_glx_texture_pixmap_update_area cheap 2010-03-02 17:19:11 +00:00
clutter-glx-texture-pixmap.h
clutter-glx.h
clutter-stage-glx.c glx: Clean up the clip area conditions 2010-03-19 18:23:03 +00:00
clutter-stage-glx.h Adds initial clipped redraw support to Clutter 2010-03-02 17:19:11 +00:00
Makefile.am