fix silly typo
This commit is contained in:
parent
8eea64ca08
commit
2f4cd02a69
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue