diff options
Diffstat (limited to 'man/XpmCreateData.man')
-rw-r--r-- | man/XpmCreateData.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XpmCreateData.man b/man/XpmCreateData.man index ac41d30..5b8c23b 100644 --- a/man/XpmCreateData.man +++ b/man/XpmCreateData.man @@ -55,7 +55,7 @@ Specifies the image .SH DESCRIPTION .SS XpmCreateDataFromImage In some cases, one may want to create an XPM data from an XImage, to do so use XpmCreateDataFromImage. -The XpmCreateDataFromImage function exactly works asXpmWriteFileFromImage() does and returns the same way. +The XpmCreateDataFromImage function exactly works as XpmWriteFileFromImage() does and returns the same way. It just writes to a single block malloc’ed data instead of to a file. It is the caller’s responsibility to free the data, using XpmFree when finished. |