diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:08:53 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:08:53 +1000 |
commit | 00997b46fb83bc3e73cdac4f8c9bb3bbe34f1ca7 (patch) | |
tree | 9ded54bb8012223e9f7f473a8a5de87be33fb14b /xts5/tset/Xproto | |
parent | 1d275acd08bdb00057f200178088aab44c754c14 (diff) |
Renaming AllocColorCells/ to XAllocColorCells
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/XAllocColorCells/XAllocColorCells.m (renamed from xts5/tset/Xproto/AllocColorCells/AllocColorCells.m) | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/xts5/tset/Xproto/.gitignore b/xts5/tset/Xproto/.gitignore index 212307f0..19cd0716 100644 --- a/xts5/tset/Xproto/.gitignore +++ b/xts5/tset/Xproto/.gitignore @@ -1,5 +1,5 @@ XAllocColor/XAllocColor -AllocColorCells/AllocColorCells +XAllocColorCells/XAllocColorCells AllocColorPlanes/AllocColorPlanes XAllocNamedColor/XAllocNamedColor XAllowEvents/XAllowEvents diff --git a/xts5/tset/Xproto/Makefile.am b/xts5/tset/Xproto/Makefile.am index 6427d0b9..1812d49a 100644 --- a/xts5/tset/Xproto/Makefile.am +++ b/xts5/tset/Xproto/Makefile.am @@ -10,7 +10,7 @@ CLEANFILES = $(BUILT_SOURCES) tprogs = \ XAllocColor/XAllocColor \ - AllocColorCells/AllocColorCells \ + XAllocColorCells/XAllocColorCells \ AllocColorPlanes/AllocColorPlanes \ XAllocNamedColor/XAllocNamedColor \ XAllowEvents/XAllowEvents \ diff --git a/xts5/tset/Xproto/AllocColorCells/AllocColorCells.m b/xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.m index ca76f1fd..248a6c59 100644 --- a/xts5/tset/Xproto/AllocColorCells/AllocColorCells.m +++ b/xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.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/AllocColorCells/AllocColorCells.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xproto/AllocColorCells/AllocColorCells.m +>># File: xts5/tset/Xproto/XAllocColorCells/XAllocColorCells.m >># >># Description: >># Tests for AllocColorCells |