Fix header include

The current way of including directfb.h makes it hard for people with multiple
versions of DirectFB installed.

This is the correct way to include that header, and it's the way
ecore_directfb does it.

Patch by: Eduardo Felipe <eduardofelipe87@gmail.com>




SVN revision: 51610
devs/devilhorns/wayland_egl
Eduardo Felipe 13 years ago committed by Lucas De Marchi
parent 864fcb6c17
commit 7c94436ffc
  1. 2
      legacy/evas/src/modules/engines/directfb/Evas_Engine_DirectFB.h

@ -2,7 +2,7 @@
#define _EVAS_ENGINE_DIRECTFB_H
#include <Evas.h>
#include <directfb/directfb.h>
#include <directfb.h>
typedef struct _Evas_Engine_Info_DirectFB Evas_Engine_Info_DirectFB;

Loading…
Cancel
Save