mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
193c477495
The function modifies the pixels pointed by p in-place so the pointer can not be constant. The compiler was accepting this because the modification is done from inline assembler.