Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/lib


Modified Files:
        Makefile.am e16_hack.c 


Log Message:
Fix visibility.

===================================================================
RCS file: /cvs/e/e16/e/lib/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Nov 2007 22:05:18 -0000       1.3
+++ Makefile.am 9 Dec 2007 17:30:11 -0000       1.4
@@ -5,6 +5,7 @@
 libe16_LTLIBRARIES = libhack.la
 
 libhack_la_SOURCES  = e16_hack.c
+libhack_la_CPPFLAGS = -I$(top_srcdir)/src
 
 libhack_la_LIBADD   = $(DLOPEN_LIBS)
 libhack_la_LDFLAGS  = -avoid-version
===================================================================
RCS file: /cvs/e/e16/e/lib/e16_hack.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e16_hack.c  17 Jan 2007 01:10:40 -0000      1.4
+++ e16_hack.c  9 Dec 2007 17:30:11 -0000       1.5
@@ -31,6 +31,7 @@
 #include <X11/X.h>
 
 #include "config.h"
+#include "util.h"
 
 /* dlopened xlib so we can find the symbols in the real xlib to call them */
 static void        *lib_xlib = NULL;
@@ -65,7 +66,7 @@
                                 XSetWindowAttributes * _attributes);
 
 /* XCreateWindow intercept hack */
-Window
+__EXPORT__          Window
 XCreateWindow(Display * display, Window parent, int x, int y,
              unsigned int width, unsigned int height,
              unsigned int border_width,
@@ -95,7 +96,7 @@
                                  unsigned long _background);
 
 /* XCreateSimpleWindow intercept hack */
-Window
+__EXPORT__          Window
 XCreateSimpleWindow(Display * display, Window parent, int x, int y,
                    unsigned int width, unsigned int height,
                    unsigned int border_width,
@@ -120,7 +121,7 @@
                           int x, int y);
 
 /* XReparentWindow intercept hack */
-int
+__EXPORT__ int
 XReparentWindow(Display * display, Window window, Window parent, int x, int y)
 {
    static RWF         *func = NULL;



-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to