mirror of
https://github.com/brl/mutter.git
synced 2025-03-22 11:13:53 +00:00

The window headers contain the line #define near so it's not possible to use the symbol 'near' in code that's portable to Windows. This replaces it with 'near_val'. I think the define is meant to improve compatibility with code written for Windows 3.1 where near would be a keyword to make it a smaller pointer size.