diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:34:38 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 14:38:49 +1000 |
commit | ecce5812dc99bfe7b6594025add460614e5d2618 (patch) | |
tree | d42ae85fd70184a68aa1045f7afca6624bfe7fb3 /xts5 | |
parent | 42c9b0d8fffd8168a1b56e8fa5f3b684b3589a33 (diff) |
Renaming dstryrgn/ to XDestroyRegion
Diffstat (limited to 'xts5')
-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/XDestroyRegion/XDestroyRegion.m (renamed from xts5/tset/Xlib17/dstryrgn/dstryrgn.m) | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib17_scen b/xts5/scenarios/Xlib17_scen index 076ca0e2..bc1b16d5 100644 --- a/xts5/scenarios/Xlib17_scen +++ b/xts5/scenarios/Xlib17_scen @@ -72,7 +72,7 @@ "VSW5TESTSUITE CASE XDestroyImage 1" /tset/Xlib17/XDestroyImage/XDestroyImage "VSW5TESTSUITE CASE XDestroyRegion 1" - /tset/Xlib17/dstryrgn/dstryrgn + /tset/Xlib17/XDestroyRegion/XDestroyRegion "VSW5TESTSUITE CASE XEmptyRegion 2" /tset/Xlib17/emptyrgn/emptyrgn "VSW5TESTSUITE CASE XEqualRegion 4" diff --git a/xts5/tet_scen b/xts5/tet_scen index 2983d254..d49917ec 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -1684,7 +1684,7 @@ XDestroyImage XDestroyRegion "VSW5TESTSUITE CASE XDestroyRegion 1" - /tset/Xlib17/dstryrgn/dstryrgn + /tset/Xlib17/XDestroyRegion/XDestroyRegion XEmptyRegion "VSW5TESTSUITE CASE XEmptyRegion 2" diff --git a/xts5/tset/Xlib17/.gitignore b/xts5/tset/Xlib17/.gitignore index 33332ff0..25e09eb9 100644 --- a/xts5/tset/Xlib17/.gitignore +++ b/xts5/tset/Xlib17/.gitignore @@ -6,7 +6,7 @@ XCreatePixmapFromBitmapData/XCreatePixmapFromBitmapData XCreateRegion/XCreateRegion XDeleteContext/XDeleteContext XDestroyImage/XDestroyImage -dstryrgn/dstryrgn +XDestroyRegion/XDestroyRegion emptyrgn/emptyrgn eqlrgn/eqlrgn fndcntxt/fndcntxt diff --git a/xts5/tset/Xlib17/Makefile.am b/xts5/tset/Xlib17/Makefile.am index 6141c726..d75b416e 100644 --- a/xts5/tset/Xlib17/Makefile.am +++ b/xts5/tset/Xlib17/Makefile.am @@ -17,7 +17,7 @@ tprogs = \ XCreateRegion/XCreateRegion \ XDeleteContext/XDeleteContext \ XDestroyImage/XDestroyImage \ - dstryrgn/dstryrgn \ + XDestroyRegion/XDestroyRegion \ emptyrgn/emptyrgn \ eqlrgn/eqlrgn \ fndcntxt/fndcntxt \ diff --git a/xts5/tset/Xlib17/dstryrgn/dstryrgn.m b/xts5/tset/Xlib17/XDestroyRegion/XDestroyRegion.m index 20256d84..1591f5de 100644 --- a/xts5/tset/Xlib17/dstryrgn/dstryrgn.m +++ b/xts5/tset/Xlib17/XDestroyRegion/XDestroyRegion.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/Xlib17/dstryrgn/dstryrgn.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/XDestroyRegion/XDestroyRegion.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xlib17/dstryrgn/dstryrgn.m +>># File: xts5/tset/Xlib17/XDestroyRegion/XDestroyRegion.m >># >># Description: >># Tests for XDestroyRegion() |