Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_events.c 


Log Message:
Fix for some fb ifdef's from Stafford Horne.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_events.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- ewl_events.c        24 Mar 2004 04:11:09 -0000      1.59
+++ ewl_events.c        10 Apr 2004 18:22:31 -0000      1.60
@@ -35,7 +35,7 @@
 int ewl_ev_x_paste(void *data, int type, void *_ev);
 #endif
 
-#ifdef HAVE_EVAS_ENGINE_FB
+#ifdef HAVE_EVAS_ENGINE_FB_H
 int ewl_ev_fb_key_down(void *data, int type, void *_ev);
 int ewl_ev_fb_key_up(void *data, int type, void *_ev);
 int ewl_ev_fb_mouse_down(void *data, int type, void *_ev);
@@ -94,7 +94,7 @@
        }
 #endif
 
-#ifdef HAVE_EVAS_ENGINE_FB
+#ifdef HAVE_EVAS_ENGINE_FB_H
        if (engine & EWL_ENGINE_FB) {
                ecore_event_handler_add(ECORE_FB_EVENT_KEY_DOWN,
                                        ewl_ev_fb_key_down, NULL);
@@ -450,7 +450,7 @@
 
 #endif
 
-#ifdef HAVE_EVAS_ENGINE_FB
+#ifdef HAVE_EVAS_ENGINE_FB_H
 
 /**
  * @param data: user specified data passed to the function




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to