mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
icon-loader: support xpm icons
This commit is contained in:
parent
3394f191a4
commit
e1c85f0ef5
5 changed files with 1986 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
banned="malloc,g_strcmp0,sprintf,vsprintf,strcpy,strncpy,strcat,strncat,atof"
|
||||
banned="malloc,g_strcmp0,sprintf,vsprintf,strcat,atof"
|
||||
|
||||
echo "Searching for banned functions"
|
||||
find src/ include/ \( -name "*.c" -o -name "*.h" \) -type f \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue