mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
d3284345f2
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
18 lines
440 B
Diff
18 lines
440 B
Diff
--- XawPlus/LocPixmap.c.orig Wed May 30 21:14:07 2007
|
|
+++ XawPlus/LocPixmap.c Wed May 30 21:14:31 2007
|
|
@@ -173,6 +173,7 @@
|
|
} /* if */
|
|
}
|
|
|
|
+static char **split_path_string();
|
|
|
|
/*
|
|
* XawLocatePixmapFile - read a pixmap file using the normal defaults
|
|
@@ -195,7 +196,6 @@
|
|
char **file_paths = NULL;
|
|
char filename[MAXPATHLEN];
|
|
int i;
|
|
- static char **split_path_string();
|
|
char *name;
|
|
|
|
XpmAttributes attributes;
|