diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:34:43 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 14:38:53 +1000 |
commit | 5deb06fa4c5f4311aff02c47c089154ac4f6bced (patch) | |
tree | 65cf2f42b70b1254f5bf7aef6e7f720f8af38892 | |
parent | 7f59602c36072a06356b923f88050c956b6a4a3d (diff) |
Renaming gtpxl/ to XGetPixel
-rw-r--r-- | xts5/scenarios/Xlib17_scen | 2 | ||||
-rw-r--r-- | xts5/tet_scen | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib17/.gitignore | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib17/Makefile.am | 2 | ||||
-rw-r--r-- | xts5/tset/Xlib17/XGetPixel/XGetPixel.m (renamed from xts5/tset/Xlib17/gtpxl/gtpxl.m) | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib17_scen b/xts5/scenarios/Xlib17_scen index 6cf0d445..73460d11 100644 --- a/xts5/scenarios/Xlib17_scen +++ b/xts5/scenarios/Xlib17_scen @@ -86,7 +86,7 @@ "VSW5TESTSUITE CASE XGetDefault 5" /tset/Xlib17/XGetDefault/XGetDefault "VSW5TESTSUITE CASE XGetPixel 1" - /tset/Xlib17/gtpxl/gtpxl + /tset/Xlib17/XGetPixel/XGetPixel "VSW5TESTSUITE CASE XGetVisualInfo 3" /tset/Xlib17/gtvslinf/gtvslinf "VSW5TESTSUITE CASE XIntersectRegion 1" diff --git a/xts5/tet_scen b/xts5/tet_scen index 10744953..4148cd69 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -1712,7 +1712,7 @@ XGetDefault XGetPixel "VSW5TESTSUITE CASE XGetPixel 1" - /tset/Xlib17/gtpxl/gtpxl + /tset/Xlib17/XGetPixel/XGetPixel XGetVisualInfo "VSW5TESTSUITE CASE XGetVisualInfo 3" diff --git a/xts5/tset/Xlib17/.gitignore b/xts5/tset/Xlib17/.gitignore index eadae294..63f7bbed 100644 --- a/xts5/tset/Xlib17/.gitignore +++ b/xts5/tset/Xlib17/.gitignore @@ -16,7 +16,7 @@ XGetDefault/XGetDefault gtdflt/Test3 gtdflt/Test4 gtdflt/Test5 -gtpxl/gtpxl +XGetPixel/XGetPixel gtvslinf/gtvslinf intrsctrgn/intrsctrgn iscrsrky/iscrsrky diff --git a/xts5/tset/Xlib17/Makefile.am b/xts5/tset/Xlib17/Makefile.am index 2f56a469..2ab7b6e0 100644 --- a/xts5/tset/Xlib17/Makefile.am +++ b/xts5/tset/Xlib17/Makefile.am @@ -24,7 +24,7 @@ tprogs = \ XFetchBuffer/XFetchBuffer \ XFetchBytes/XFetchBytes \ XGetDefault/XGetDefault \ - gtpxl/gtpxl \ + XGetPixel/XGetPixel \ gtvslinf/gtvslinf \ intrsctrgn/intrsctrgn \ iscrsrky/iscrsrky \ diff --git a/xts5/tset/Xlib17/gtpxl/gtpxl.m b/xts5/tset/Xlib17/XGetPixel/XGetPixel.m index b0788339..b50240d4 100644 --- a/xts5/tset/Xlib17/gtpxl/gtpxl.m +++ b/xts5/tset/Xlib17/XGetPixel/XGetPixel.m @@ -17,7 +17,7 @@ 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/Xlib17/gtpxl/gtpxl.m,v 1.3 2005-11-03 08:43:04 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/XGetPixel/XGetPixel.m,v 1.3 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) 2004 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,7 +25,7 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xlib17/gtpxl/gtpxl.m +>># File: xts5/tset/Xlib17/XGetPixel/XGetPixel.m >># >># Description: >># Tests for XGetPixel() |