Cross Reference: sun-exts.patch
xref
: /
solaris-x11-s11
/
open-src
/
lib
/
libXext
/
sun-exts.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
sun-exts.patch revision 1276
1276
N/A
diff --git
a/man/Makefile.am
b/man/Makefile.am
1276
N/A
index
fef283f..c2b8482
100644
1276
N/A
---
a/man/Makefile.am
1276
N/A
+++
b/man/Makefile.am
1072
N/A
@@ -1,6 +1,16 @@
1072
N/A
libmandir = $(LIB_MAN_DIR)
366
N/A
1072
N/A
libman_PRE = \
366
N/A
+
XReadScreen.man
\
366
N/A
+
XSolarisOvlCopyAreaAndPaintType.man
\
366
N/A
+
XSolarisOvlCopyPaintType.man
\
366
N/A
+
XSolarisOvlCreateWindow.man
\
366
N/A
+
XSolarisOvlGetPaintType.man
\
366
N/A
+
XSolarisOvlIsOverlayWindow.man
\
366
N/A
+
XSolarisOvlSelectPair.man
\
366
N/A
+
XSolarisOvlSelectPartner.man
\
366
N/A
+
XSolarisOvlSetPaintType.man
\
366
N/A
+
XSolarisOvlSetWindowTransparent.man
\
1072
N/A
$(all_shadows:=.man) \
1072
N/A
DBE.man
\
1072
N/A
DPMSCapable.man
\
1276
N/A
diff --git
a/src/Makefile.am
b/src/Makefile.am
1276
N/A
index e236c33..53b04ed 100644
1276
N/A
---
a/src/Makefile.am
1276
N/A
+++
b/src/Makefile.am
1072
N/A
@@ -63,3 +63,13 @@ lintlib_DATA = $(LINTLIB)
851
N/A
$(LINTLIB): $(libXext_la_SOURCES)
1276
N/A
$(LINT) -y -oXext -x $(ALL_LINT_FLAGS) $(libXext_la_SOURCES)
851
N/A
endif MAKE_LINT_LIB
851
N/A
+
851
N/A
+# Solaris specific additions:
851
N/A
+libXext_la_SOURCES += \
366
N/A
+
AllPlanes.c
\
366
N/A
+
FBPM.c
\
366
N/A
+
TransOvl.c
\
366
N/A
+
XGrabWin.c
\
851
N/A
+
XPanoramiX.c
851
N/A
+
851
N/A
+libXextinclude_HEADERS += $(top_srcdir)
/include/X11/extensions/xinerama.h