Add directfb prototype.

SVN revision: 17883
This commit is contained in:
sebastid 2005-10-24 10:42:20 +00:00 committed by sebastid
parent 853b70b966
commit c55ae5fdd0
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ EAPI void ecore_evas_xrender_x11_extra_event_window_add(Ecore_Evas *e
EAPI Ecore_Evas *ecore_evas_fb_new(char *disp_name, int rotation, int w, int h);
EAPI Ecore_Evas *ecore_evas_directfb_new(const char *disp_name, int windowed, int x, int y, int w, int h);
EAPI Ecore_Evas *ecore_evas_buffer_new(int w, int h);
EAPI const int *ecore_evas_buffer_pixels_get(Ecore_Evas *ee);