diff options
author | Weseung Hwang <weseung@gmail.com> | 2011-01-11 19:19:55 -0800 |
---|---|---|
committer | Weseung Hwang <weseung@gmail.com> | 2011-01-11 19:19:55 -0800 |
commit | 6ccda311b4d612eed78eac045d854b2d1d0c7a9f (patch) | |
tree | 6f5cbc2bb94123a642602c255c792e20e61ea798 | |
parent | 3a283471181bee2d02dd1ae203dc6ad3ee8291c3 (diff) |
Broke opening comments in excitement of making first ever git commit. Fixed that.
-rw-r--r-- | src/xlibclient.c | 2 | ||||
-rw-r--r-- | src/xlibclient.c~ | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/xlibclient.c b/src/xlibclient.c index 4e9f182..6562954 100644 --- a/src/xlibclient.c +++ b/src/xlibclient.c @@ -1,4 +1,4 @@ -/ +/* * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation diff --git a/src/xlibclient.c~ b/src/xlibclient.c~ index 550baba..4e9f182 100644 --- a/src/xlibclient.c~ +++ b/src/xlibclient.c~ @@ -1,4 +1,4 @@ -/* +/ * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation @@ -111,7 +111,7 @@ NestedvClientCreateScreen(int scrnIndex, sizeHints.max_height = height; XSetWMNormalHints(pPriv->display, pPriv->window, &sizeHints); - XStoreName(pPriv->display, pPriv->window, "nested"); + XStoreName(pPriv->display, pPriv->window, "TTCCWN#2"); XMapWindow(pPriv->display, pPriv->window); |