summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:48:53 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:48:53 -0700
commit3ea70059805b3ebc795f797b5880b90b6b3a9235 (patch)
tree580e215d33f103506e983e4b67739c587d8f8c5a /doc
parent0c9e200c3975917f5d78eac67b1f4cedefd73079 (diff)
downloadxorg-lib-libXpm-3ea70059805b3ebc795f797b5880b90b6b3a9235.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ.html20
-rw-r--r--doc/README.MSW20
-rw-r--r--doc/README.html4
3 files changed, 22 insertions, 22 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 18d4ee6..3ac9c0d 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -291,26 +291,26 @@ href="mailto:dan@bristol.com">dan@bristol.com</a>
--- xpm-A4.PS Thu Nov 21 09:27:28 1996
***************
*** 647,668 ****
- 0 ne /edown exch def
+ 0 ne /edown exch def
/yscale exch def
/xscale exch def
- FMLevel1 {
- manualfeed {setmanualfeed} if
-- /FMdicttop countdictstack 1 add def
-- /FMoptop count def
-- setpapername
-- manualfeed {true} {papersize} ifelse
-- {manualpapersize} {false} ifelse
-- {desperatepapersize} {false} ifelse
+- /FMdicttop countdictstack 1 add def
+- /FMoptop count def
+- setpapername
+- manualfeed {true} {papersize} ifelse
+- {manualpapersize} {false} ifelse
+- {desperatepapersize} {false} ifelse
- { (Can't select requested paper size for Frame print job!) FMFAILURE } if
- count -1 FMoptop {pop pop} for
-- countdictstack -1 FMdicttop {pop end} for
+- countdictstack -1 FMdicttop {pop end} for
- }
- {{1 dict dup /PageSize [paperwidth paperheight]put setpagedevice}stopped
- { (Can't select requested paper size for Frame print job!) FMFAILURE } if
- {1 dict dup /ManualFeed manualfeed put setpagedevice } stopped pop }
-- ifelse
-
+- ifelse
+
FMPColor {
currentcolorscreen
--- 647,652 ----
diff --git a/doc/README.MSW b/doc/README.MSW
index f631525..6746bc8 100644
--- a/doc/README.MSW
+++ b/doc/README.MSW
@@ -2,15 +2,15 @@
README.MSW hedu@cul-ipn.uni-kiel.de 5/94
The XPM library for MS-Windows
-
+
Motivated by the wxWindows library, which is a (freely available) toolkit
-for developing multi-platform, graphical applications from the same body
-of C++ code, I wanted to have XPM pixmaps for MS-windows. Instead of rewriting
+for developing multi-platform, graphical applications from the same body
+of C++ code, I wanted to have XPM pixmaps for MS-windows. Instead of rewriting
a XPM-parser I managed to port the XPM-library-code to MS-windows.
Thanks to Anaud Le Hors this became a part of the official XPM-library.
-Until now it's only used together with wxWindows. And even there it's more
-a kind of beta. But it should be possible to run it as a simple libxpm.a
+Until now it's only used together with wxWindows. And even there it's more
+a kind of beta. But it should be possible to run it as a simple libxpm.a
without wxWindows.
The key is a transformation of some X types plus some basic X functions.
@@ -36,12 +36,12 @@ typedef struct {
With these defines and the according functions from simx.c you can call
XPM-functions the way it's done under X windows. It can look like this:
- ErrorStatus=XpmCreateImageFromData(&dc, data,
+ ErrorStatus=XpmCreateImageFromData(&dc, data,
&ximage,(XImage **)NULL, &xpmAttr);
ms_bitmap = ximage->bitmap;
// releases the malloc,but do not destroy the bitmap
XImageFree(ximage);
-
+
Supported functions are the Xpm*Image* but not the Xpm*Pixmap*.
DRAWBACKS:
@@ -62,7 +62,7 @@ into your project except the files related to Pixmap operations: *P*.c.
(You might uncomment NEED_STRCASECMP in xpm.h if it's in your lib)
This should compile into libxpm.a. Good luck...
-FTP:
+FTP:
wxWindows is currently available from the Artificial Intelligence
Applications Institute (University of Edinburgh) by anonymous FTP.
skye.aiai.ed.ac.uk pub/wxwin/
@@ -71,7 +71,7 @@ or read http://burray.aiai.ed.ac.uk/aiai/aiai.html
wxxpm, XPM support for wxWindows, the latest version is available at
yoda.cul-ipn.uni-kiel.de pub/wxxpm/
and maybe in the contrib or tools of wxWindows
-
+
Please contact me if you have suggestions, comments or problems!
================================================================
@@ -87,7 +87,7 @@ Changes:
* I've used the xpm package under NT 4.0 and MSVC++ 4.2.
- * I've made a big performance improvement in
+ * I've made a big performance improvement in
ParseAndPutPixels(), fixed creation of the mask in
SetColor() in create.c. I looked into XCreateImage()
in simx.c, but commented out my improvement for reasons
diff --git a/doc/README.html b/doc/README.html
index 6711f23..c3175c1 100644
--- a/doc/README.html
+++ b/doc/README.html
@@ -127,12 +127,12 @@ Then you can either compile XPM via "imake" or in a stand-alone way.
make depend (optional)
</pre>
<p>
- Then simply execute:
+ Then simply execute:
<pre>
make
</pre>
<p>
- which will build the XPM library and the sxpm application.
+ which will build the XPM library and the sxpm application.
Then do:
<pre>
make install