#ifndef COMMON_MISC_H #define COMMON_MISC_H void radeonRecalcScissorRects(radeonContextPtr radeon); void radeonSetCliprects(radeonContextPtr radeon); void radeonUpdateScissor( GLcontext *ctx ); #endif