mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
wrlib: Fixed and improved NETPBM examples
The tests examples were not compiling because of a missing X11 lib. Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
committed by
Carlos R. Mafra
parent
8b73356c4f
commit
de1421394c
@@ -562,6 +562,8 @@ int main(int argc, char **argv)
|
||||
RContextAttributes attr;
|
||||
int visualID = -1;
|
||||
|
||||
(void) argc;
|
||||
|
||||
ProgName = strrchr(argv[0], '/');
|
||||
if (!ProgName)
|
||||
ProgName = argv[0];
|
||||
|
||||
Reference in New Issue
Block a user