diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 13:35:06 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-10 14:39:14 +1000 |
commit | 4b663e1e97abbbb72e2e4bdb0a71a9a308152fe6 (patch) | |
tree | 14d10c2a6a0ec71d506a12711ba5e3a60f287d69 /xts5 | |
parent | 05d91a0ead7d0c65471d142ec5192b3acdce80f4 (diff) |
Renaming wmgmtry/ to XWMGeometry
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/XWMGeometry/XWMGeometry.m (renamed from xts5/tset/Xlib17/wmgmtry/wmgmtry.m) | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/xts5/scenarios/Xlib17_scen b/xts5/scenarios/Xlib17_scen index d35b03f0..44d81434 100644 --- a/xts5/scenarios/Xlib17_scen +++ b/xts5/scenarios/Xlib17_scen @@ -160,7 +160,7 @@ "VSW5TESTSUITE CASE XUniqueContext 1" /tset/Xlib17/XUniqueContext/XUniqueContext "VSW5TESTSUITE CASE XWMGeometry 9" - /tset/Xlib17/wmgmtry/wmgmtry + /tset/Xlib17/XWMGeometry/XWMGeometry "VSW5TESTSUITE CASE XWriteBitmapFile 6" /tset/Xlib17/wrtbtmpfl/wrtbtmpfl "VSW5TESTSUITE CASE XXorRegion 1" diff --git a/xts5/tet_scen b/xts5/tet_scen index 8bd70979..b37e41e0 100644 --- a/xts5/tet_scen +++ b/xts5/tet_scen @@ -1860,7 +1860,7 @@ XUniqueContext XWMGeometry "VSW5TESTSUITE CASE XWMGeometry 9" - /tset/Xlib17/wmgmtry/wmgmtry + /tset/Xlib17/XWMGeometry/XWMGeometry XWriteBitmapFile "VSW5TESTSUITE CASE XWriteBitmapFile 6" diff --git a/xts5/tset/Xlib17/.gitignore b/xts5/tset/Xlib17/.gitignore index ea85461e..186a484e 100644 --- a/xts5/tset/Xlib17/.gitignore +++ b/xts5/tset/Xlib17/.gitignore @@ -53,6 +53,6 @@ XSaveContext/XSaveContext XUnionRectWithRegion/XUnionRectWithRegion XUnionRegion/XUnionRegion XUniqueContext/XUniqueContext -wmgmtry/wmgmtry +XWMGeometry/XWMGeometry wrtbtmpfl/wrtbtmpfl xrrgn/xrrgn diff --git a/xts5/tset/Xlib17/Makefile.am b/xts5/tset/Xlib17/Makefile.am index 4871baab..350c4fc0 100644 --- a/xts5/tset/Xlib17/Makefile.am +++ b/xts5/tset/Xlib17/Makefile.am @@ -61,7 +61,7 @@ tprogs = \ XUnionRectWithRegion/XUnionRectWithRegion \ XUnionRegion/XUnionRegion \ XUniqueContext/XUniqueContext \ - wmgmtry/wmgmtry \ + XWMGeometry/XWMGeometry \ wrtbtmpfl/wrtbtmpfl \ xrrgn/xrrgn diff --git a/xts5/tset/Xlib17/wmgmtry/wmgmtry.m b/xts5/tset/Xlib17/XWMGeometry/XWMGeometry.m index 7d912fa4..ae9caeff 100644 --- a/xts5/tset/Xlib17/wmgmtry/wmgmtry.m +++ b/xts5/tset/Xlib17/XWMGeometry/XWMGeometry.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/wmgmtry/wmgmtry.m,v 1.2 2005-11-03 08:43:14 jmichael Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/XWMGeometry/XWMGeometry.m,v 1.2 2005-11-03 08:43:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: xts5/tset/Xlib17/wmgmtry/wmgmtry.m +>># File: xts5/tset/Xlib17/XWMGeometry/XWMGeometry.m >># >># Description: >># Tests for XWMGeometry() |