diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:34:55 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 14:39:04 +1000 |
commit | 3bcbcbed0da9bb4aa98254fe26551d20b38918e8 (patch) | |
tree | d30e2b6c2fbd2cb0a10c862994913531dc3abad0 /xts5 | |
parent | 3c2c004932ff7995e3a22b2e3516c1baabf70d14 (diff) |
Renaming prsgmtry/ to XParseGeometry
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/XParseGeometry/XParseGeometry.m (renamed from xts5/tset/Xlib17/prsgmtry/prsgmtry.m) | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib17_scen b/xts5/scenarios/Xlib17_scen index 8cce9228..d334799c 100644 --- a/xts5/scenarios/Xlib17_scen +++ b/xts5/scenarios/Xlib17_scen @@ -124,7 +124,7 @@ "VSW5TESTSUITE CASE Xpermalloc 2" /tset/Xlib17/Xpermalloc/Xpermalloc "VSW5TESTSUITE CASE XParseGeometry 3" - /tset/Xlib17/prsgmtry/prsgmtry + /tset/Xlib17/XParseGeometry/XParseGeometry "VSW5TESTSUITE CASE XPutPixel 1" /tset/Xlib17/ptpxl/ptpxl "VSW5TESTSUITE CASE XRebindKeysym 2" diff --git a/xts5/tet_scen b/xts5/tet_scen index 60f81ae5..68adda65 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -1788,7 +1788,7 @@ Xpermalloc XParseGeometry "VSW5TESTSUITE CASE XParseGeometry 3" - /tset/Xlib17/prsgmtry/prsgmtry + /tset/Xlib17/XParseGeometry/XParseGeometry XPutPixel "VSW5TESTSUITE CASE XPutPixel 1" diff --git a/xts5/tset/Xlib17/.gitignore b/xts5/tset/Xlib17/.gitignore index 22a56621..685e90c1 100644 --- a/xts5/tset/Xlib17/.gitignore +++ b/xts5/tset/Xlib17/.gitignore @@ -35,7 +35,7 @@ XOffsetRegion/XOffsetRegion XPolygonRegion/XPolygonRegion XPointInRegion/XPointInRegion Xpermalloc/Xpermalloc -prsgmtry/prsgmtry +XParseGeometry/XParseGeometry ptpxl/ptpxl rbndkysym/rbndkysym rctinrgn/rctinrgn diff --git a/xts5/tset/Xlib17/Makefile.am b/xts5/tset/Xlib17/Makefile.am index df7559b9..33521760 100644 --- a/xts5/tset/Xlib17/Makefile.am +++ b/xts5/tset/Xlib17/Makefile.am @@ -43,7 +43,7 @@ tprogs = \ XPolygonRegion/XPolygonRegion \ XPointInRegion/XPointInRegion \ Xpermalloc/Xpermalloc \ - prsgmtry/prsgmtry \ + XParseGeometry/XParseGeometry \ ptpxl/ptpxl \ rbndkysym/rbndkysym \ rctinrgn/rctinrgn \ diff --git a/xts5/tset/Xlib17/prsgmtry/prsgmtry.m b/xts5/tset/Xlib17/XParseGeometry/XParseGeometry.m index 2a4d71d0..cf97b5a3 100644 --- a/xts5/tset/Xlib17/prsgmtry/prsgmtry.m +++ b/xts5/tset/Xlib17/XParseGeometry/XParseGeometry.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/prsgmtry/prsgmtry.m,v 1.2 2005-11-03 08:43:10 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/XParseGeometry/XParseGeometry.m,v 1.2 2005-11-03 08:43:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xlib17/prsgmtry/prsgmtry.m +>># File: xts5/tset/Xlib17/XParseGeometry/XParseGeometry.m >># >># Description: >># Tests for XParseGeometry() |