mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c70326a461
A replacement for xbiff that handles popup window with mail header. PR: 4121 Submitted by: sanpei@yy.cs.keio.ac.jp
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
--- StrToPmap.c.org Fri Apr 11 01:27:17 1997
|
|
+++ StrToPmap.c Fri Apr 11 01:27:38 1997
|
|
@@ -90,8 +90,7 @@
|
|
done(pixmap, Pixmap2);
|
|
return;
|
|
}
|
|
-
|
|
- pixmap[0] = locate_pixmap_file (*((Screen **) args[0].addr), name,
|
|
+ pixmap[0] = LocatePixmapFile(*((Screen **) args[0].addr), name,
|
|
NULL, 0, NULL, NULL, &pixmap[1]);
|
|
|
|
if (pixmap[0] != None) {
|