diff options
author | Matthias Hopf <mhopf@suse.de> | 2006-01-13 16:06:10 +0000 |
---|---|---|
committer | Matthias Hopf <mhopf@suse.de> | 2006-01-13 16:06:10 +0000 |
commit | 36c5e81eff50ef34f8b96014c8ee04c0563ab853 (patch) | |
tree | 3f0c0c9fb90046c2b402c3e3e813ceb65cffbe0b /ChangeLog | |
parent | d7bbc6892078a0541dd4302277eb67ff0bd90e0d (diff) |
Using glXGetProcAddressARB instead of glXGetProcAddress.
Casting to GLubyte* to remove warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-01-13 Matthias Hopf <mhopf@suse.de> + + * configure.ac: + Using glXGetProcAddressARB instead of glXGetProcAddress. + * xdriinfo.c: (main): + Casting to GLubyte* to remove warning. + 2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: |