mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
9cc9033347
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.