diff options
author | Claudio Ciccani <[email protected]> | 2006-12-01 14:12:05 +0000 |
---|---|---|
committer | Claudio Ciccani <[email protected]> | 2006-12-01 14:12:05 +0000 |
commit | 73fdecca9fdd9e63aa5e57bcd67911fbb761d318 (patch) | |
tree | 1405577ce7b5412eeeca70c118db9ac831e57aec /progs/directfb/df_morph3d.c | |
parent | 682393944c72ecfabe8df674af0b48975e90b98c (diff) |
Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header.
Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
Diffstat (limited to 'progs/directfb/df_morph3d.c')
-rw-r--r-- | progs/directfb/df_morph3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/directfb/df_morph3d.c b/progs/directfb/df_morph3d.c index f7f143447f4..2730fa61569 100644 --- a/progs/directfb/df_morph3d.c +++ b/progs/directfb/df_morph3d.c @@ -159,9 +159,9 @@ So the angle is: #include <unistd.h> #include <directfb.h> +#include <directfbgl.h> #include <GL/gl.h> -#include <GL/directfbgl.h> /* the super interface */ |