gallium/glx/xlib: updated comments
authorBrian Paul <brianp@vmware.com>
Wed, 12 Aug 2009 16:24:44 +0000 (10:24 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 12 Aug 2009 16:32:22 +0000 (10:32 -0600)
src/gallium/state_trackers/glx/xlib/glx_api.c
src/gallium/state_trackers/glx/xlib/glx_getproc.c
src/gallium/state_trackers/glx/xlib/glx_usefont.c

index fc63ee4501c1b8ae0932af3cf7a96feca690f46e..ce3267c2e0758328b6137e950cd7335307892e18 100644 (file)
@@ -26,7 +26,6 @@
 
 /**
  * "Fake" GLX API implemented in terms of the XMesa*() functions.
- * XXX rename this file to glx_api.c
  */
 
 
index e3d120fbcb90771fa874720cc6f596d736fc69a6..ca7d88c9227f1d08c5735516d12501f1b31a5c9b 100644 (file)
@@ -24,8 +24,8 @@
  */
 
 
-/*
- * XXX rename this file to glx_getproc.c
+/**
+ * glXGetProcAddress()
  */
 
 
index 45b91c850a8e6e5ea85e1b50360e3f31f538b349..62f37354932b8e3e55b648cce655878260ba010a 100644 (file)
@@ -27,7 +27,6 @@
 
 /**
  * Fake implementation of glXUseXFont().
- * XXX rename this file to glx_usefont.c
  */