diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-16 18:15:49 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-16 18:15:49 +0000 |
| commit | 2f4cd02a69b5fb71f011b0cc0a3a054dda1a175f (patch) | |
| tree | 033d16cf3cf09ef2550123dec608048b55cd57f2 | |
| parent | 8eea64ca0847a36c3f0e9673b8b3c4bd11bc27ca (diff) | |
fix silly typo
| -rw-r--r-- | tests/title.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/title.c b/tests/title.c index 38c82a69..1bcb2f23 100644 --- a/tests/title.c +++ b/tests/title.c @@ -45,7 +45,7 @@ int main (int argc, char **argv) { if (argc > 3) nameenc = XInternAtom(display,argv[3],False); else - nameenc = XInternAtom(display,argv[3],False); + nameenc = XInternAtom(display,"STRING",False); win = XCreateWindow(display, RootWindow(display, 0), x, y, w, h, 10, CopyFromParent, CopyFromParent, |
