Added the last missing 'const' attributes to function parameters

This commit is contained in:
Christophe CURIS
2013-05-02 20:48:45 +01:00
committed by Carlos R. Mafra
parent 0bf6297a32
commit 9e4253f670
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -558,7 +558,7 @@ static int count_offset(unsigned long mask)
return i;
}
RContext *RCreateContext(Display * dpy, int screen_number, RContextAttributes * attribs)
RContext *RCreateContext(Display * dpy, int screen_number, const RContextAttributes * attribs)
{
RContext *context;
XGCValues gcv;