diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2013-01-10 23:28:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2013-01-10 23:53:43 +0200 |
commit | e2eb5c8d60ba789eb2c3b653cc70b922e6768167 (patch) | |
tree | 19f034380db6493708d73b61ac7cb5de4834b469 /slideshow | |
parent | bb981d3687a490ccdba6897234c4abd9a17f778c (diff) |
Rename the "unx" folder to "generic" to match reality
Change-Id: I73eb1f36e2a7be5d97e8da837bbf4ffad8282897
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/Library_OGLTrans.mk | 12 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.cxx (renamed from slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.cxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.hxx (renamed from slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx (renamed from slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx (renamed from slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx) | 0 | ||||
-rw-r--r-- | slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx (renamed from slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx) | 0 |
6 files changed, 6 insertions, 6 deletions
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index 1dd2f15e773d..7240ae75115d 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.mk @@ -87,16 +87,16 @@ $(eval $(call gb_Library_use_system_win32_libs,OGLTrans,\ )) $(eval $(call gb_Library_add_exception_objects,OGLTrans,\ - slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders \ - slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl \ - slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl \ + slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders \ + slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl \ + slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl \ )) else $(eval $(call gb_Library_add_exception_objects,OGLTrans,\ - slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders \ - slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl \ - slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl \ + slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders \ + slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl \ + slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl \ )) $(eval $(call gb_Library_add_libs,OGLTrans,\ diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.cxx index e2f1a58a1cdb..e2f1a58a1cdb 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.cxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.cxx diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.hxx index d6a2cb66e8a3..d6a2cb66e8a3 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_Shaders.hxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_Shaders.hxx diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx index 2e1709e098e9..2e1709e098e9 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.cxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx index f2c691106403..f2c691106403 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionImpl.hxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx diff --git a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx index 2dd366f5db70..2dd366f5db70 100644 --- a/slideshow/source/engine/OGLTrans/unx/OGLTrans_TransitionerImpl.cxx +++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx |