| Change | Effect |
---|
1 | 10th parameter nr has been removed from the calling stack. | This parameter will be ignored by the function. |
2 | 11th parameter ng has been removed from the calling stack. | This parameter will be ignored by the function. |
3 | 12th parameter nb has been removed from the calling stack. | This parameter will be ignored by the function. |
4 | 15th parameter filename has been removed from the calling stack. | This parameter will be ignored by the function. |
5 | Type of 2nd parameter producer has been changed from char const* to char* (became non-const). | This function may change parameter producer, but it will be treated as const by old client applications. This may result in crash or incorrect behavior of applications. |
6 | Type of 1st parameter title has been changed from char const* to char* (became non-const). | This function may change parameter title, but it will be treated as const by old client applications. This may result in crash or incorrect behavior of applications. |
7 | Type of return value has been changed from GLint (4 bytes) to void. | Applications will not obtain a return value and execution may change. |