diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:06:57 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:06:57 +1000 |
commit | 8289220e31b7913c5c9e33ee13d2e4d394a6f4db (patch) | |
tree | 7a440c766b5faffa712acd42d9c4ef0340ce2fa5 /xts5/tset/Xproto | |
parent | 22b3b70fb012bcf470c04f2837cf6ec122216f39 (diff) |
Renaming GetAtomName/ to XGetAtomName
Diffstat (limited to 'xts5/tset/Xproto')
-rw-r--r-- | xts5/tset/Xproto/.gitignore | 2 | ||||
-rw-r--r-- | xts5/tset/Xproto/Makefile.am | 2 | ||||
-rw-r--r-- | xts5/tset/Xproto/XGetAtomName/XGetAtomName.m (renamed from xts5/tset/Xproto/GetAtomName/GetAtomName.m) | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xts5/tset/Xproto/.gitignore b/xts5/tset/Xproto/.gitignore index 175a46e5..62f56b6c 100644 --- a/xts5/tset/Xproto/.gitignore +++ b/xts5/tset/Xproto/.gitignore @@ -44,7 +44,7 @@ XGrabKey/XGrabKey XGrabKeyboard/XGrabKeyboard XGrabPointer/XGrabPointer XGrabServer/XGrabServer -GetAtomName/GetAtomName +XGetAtomName/XGetAtomName GetFontPath/GetFontPath GetGeometry/GetGeometry GetImage/GetImage diff --git a/xts5/tset/Xproto/Makefile.am b/xts5/tset/Xproto/Makefile.am index eeef931e..a1380252 100644 --- a/xts5/tset/Xproto/Makefile.am +++ b/xts5/tset/Xproto/Makefile.am @@ -55,7 +55,7 @@ tprogs = \ XGrabKeyboard/XGrabKeyboard \ XGrabPointer/XGrabPointer \ XGrabServer/XGrabServer \ - GetAtomName/GetAtomName \ + XGetAtomName/XGetAtomName \ GetFontPath/GetFontPath \ GetGeometry/GetGeometry \ GetImage/GetImage \ diff --git a/xts5/tset/Xproto/GetAtomName/GetAtomName.m b/xts5/tset/Xproto/XGetAtomName/XGetAtomName.m index cca6a3ee..24632b85 100644 --- a/xts5/tset/Xproto/GetAtomName/GetAtomName.m +++ b/xts5/tset/Xproto/XGetAtomName/XGetAtomName.m @@ -17,14 +17,14 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/GetAtomName/GetAtomName.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/XGetAtomName/XGetAtomName.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xproto/GetAtomName/GetAtomName.m +>># File: xts5/tset/Xproto/XGetAtomName/XGetAtomName.m >># >># Description: >># Tests for GetAtomName |