diff options
author | David Tardon <dtardon@redhat.com> | 2016-10-25 15:35:18 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-10-25 16:11:13 +0200 |
commit | 093d7b1c6824c3512cd812c9ad5a661c4e0be892 (patch) | |
tree | 24141ddf069c3c8b0555787424e55fc7bee46409 /slideshow | |
parent | c5423234f329225036dc4360a02fec3e35fe733f (diff) |
rename dir to follow suit
Change-Id: I894e6a089e99ed6cec3a970ffa0cce9cbd9a9e1a
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/Library_OGLTrans.mk | 8 | ||||
-rw-r--r-- | slideshow/source/engine/opengl/Operation.cxx (renamed from slideshow/source/engine/OGLTrans/Operation.cxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/opengl/Operation.hxx (renamed from slideshow/source/engine/OGLTrans/Operation.hxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/opengl/TransitionImpl.cxx (renamed from slideshow/source/engine/OGLTrans/TransitionImpl.cxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/opengl/TransitionImpl.hxx (renamed from slideshow/source/engine/OGLTrans/TransitionImpl.hxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/opengl/TransitionerImpl.cxx (renamed from slideshow/source/engine/OGLTrans/TransitionerImpl.cxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/opengl/ogltrans.component (renamed from slideshow/source/engine/OGLTrans/ogltrans.component) | 0 |
7 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index 612f6defad28..3dce6342b411 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.mk @@ -34,7 +34,7 @@ $(eval $(call gb_Library_use_externals,OGLTrans,\ glm_headers \ )) -$(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/OGLTrans/ogltrans)) +$(eval $(call gb_Library_set_componentfile,OGLTrans,slideshow/source/engine/opengl/ogltrans)) ifeq ($(strip $(OS)),MACOSX) @@ -62,9 +62,9 @@ $(eval $(call gb_Library_add_libs,OGLTrans,\ endif $(eval $(call gb_Library_add_exception_objects,OGLTrans,\ - slideshow/source/engine/OGLTrans/TransitionerImpl \ - slideshow/source/engine/OGLTrans/TransitionImpl \ - slideshow/source/engine/OGLTrans/Operation \ + slideshow/source/engine/opengl/TransitionerImpl \ + slideshow/source/engine/opengl/TransitionImpl \ + slideshow/source/engine/opengl/Operation \ )) # vim: set noet sw=4 ts=4: diff --git a/slideshow/source/engine/OGLTrans/Operation.cxx b/slideshow/source/engine/opengl/Operation.cxx index 0888d6ae39bb..0888d6ae39bb 100644 --- a/slideshow/source/engine/OGLTrans/Operation.cxx +++ b/slideshow/source/engine/opengl/Operation.cxx diff --git a/slideshow/source/engine/OGLTrans/Operation.hxx b/slideshow/source/engine/opengl/Operation.hxx index 12d0a4842278..12d0a4842278 100644 --- a/slideshow/source/engine/OGLTrans/Operation.hxx +++ b/slideshow/source/engine/opengl/Operation.hxx diff --git a/slideshow/source/engine/OGLTrans/TransitionImpl.cxx b/slideshow/source/engine/opengl/TransitionImpl.cxx index 33e7f4ba0f43..33e7f4ba0f43 100644 --- a/slideshow/source/engine/OGLTrans/TransitionImpl.cxx +++ b/slideshow/source/engine/opengl/TransitionImpl.cxx diff --git a/slideshow/source/engine/OGLTrans/TransitionImpl.hxx b/slideshow/source/engine/opengl/TransitionImpl.hxx index 66ecb6b61a0c..66ecb6b61a0c 100644 --- a/slideshow/source/engine/OGLTrans/TransitionImpl.hxx +++ b/slideshow/source/engine/opengl/TransitionImpl.hxx diff --git a/slideshow/source/engine/OGLTrans/TransitionerImpl.cxx b/slideshow/source/engine/opengl/TransitionerImpl.cxx index 6e2f5a98a055..6e2f5a98a055 100644 --- a/slideshow/source/engine/OGLTrans/TransitionerImpl.cxx +++ b/slideshow/source/engine/opengl/TransitionerImpl.cxx diff --git a/slideshow/source/engine/OGLTrans/ogltrans.component b/slideshow/source/engine/opengl/ogltrans.component index 20e5e0f07a6c..20e5e0f07a6c 100644 --- a/slideshow/source/engine/OGLTrans/ogltrans.component +++ b/slideshow/source/engine/opengl/ogltrans.component |