diff options
author | nate <nate@nate-Inspiron-1525.(none)> | 2011-01-18 16:31:58 -0800 |
---|---|---|
committer | nate <nate@nate-Inspiron-1525.(none)> | 2011-01-18 16:31:58 -0800 |
commit | 2c7baee3505e52589ccf4b46fc0adf0f661d848c (patch) | |
tree | 346221e13733579295c7372eff09a91e5e7f9789 | |
parent | 6b756397bece3528e3252af76eb84910247dd349 (diff) |
Nathaniel's first git commit
-rw-r--r-- | src/xlibclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xlibclient.c b/src/xlibclient.c index 0a28bf1..7cfe542 100644 --- a/src/xlibclient.c +++ b/src/xlibclient.c @@ -113,7 +113,7 @@ Pixel *retBlueMask) sizeHints.max_height = height; XSetWMNormalHints(pPriv->display, pPriv->window, &sizeHints); - XStoreName(pPriv->display, pPriv->window, "TTCCWN#1234"); + XStoreName(pPriv->display, pPriv->window, "TTCCWN#12345"); XMapWindow(pPriv->display, pPriv->window); |