Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/trans


Modified Files:
        Esmart_Trans.h 


Log Message:
c++ friendly headers(i think?) reported by dan sinclair
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/trans/Esmart_Trans.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Esmart_Trans.h      24 Apr 2004 06:47:03 -0000      1.4
+++ Esmart_Trans.h      25 Apr 2004 15:19:50 -0000      1.5
@@ -3,6 +3,10 @@
 #include <Evas.h>
 #include <Ecore_X.h>
 
+#ifdef __cplusplus 
+extern "C" {
+#endif
+
 typedef struct _Esmart_Trans_X11 Esmart_Trans_X11;
 
 struct _Esmart_Trans_X11
@@ -15,5 +19,9 @@
 void esmart_trans_x11_window_set(Evas_Object *o, Ecore_X_Window win);
 void esmart_trans_x11_freshen(Evas_Object *o, int x, int y, int w,
 int h);
+
+#ifdef __cplusplus
+}
+#endif
 #endif
 




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to