The more functions that get deprecated, the more warning the compiler will output when using them. It's not exactly breaking the backwards compatibility, but it sure isn't nice to see all those errors. Maybe we can add an include file that will prevent these errors from happening by using #define to replace the deprecated function with the new one?