-/* $Id: glxapi.c,v 1.12 2000/02/25 03:55:40 keithw Exp $ */
+/* $Id: glxapi.c,v 1.13 2000/02/25 16:46:01 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.3
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
void glXCopyContext(Display *dpy, GLXContext src, GLXContext dst,
- GLuint mask)
+ unsigned long mask)
{
struct _glxapi_table *t = get_dispatch(dpy);
if (!t)