restored binary compatibility
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 21 Feb 2013 08:18:08 +0000 (12:18 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 21 Feb 2013 08:18:08 +0000 (12:18 +0400)
commita938534a7e970316244875f59a213d4462fec88c
treee89986d15f01e1882a753b8068e12d7a1e014ae8
parente06c3ec7c55cad7ac9fe5f687f11a4d1628c3d41
restored binary compatibility
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/opengl_interop.hpp
modules/core/include/opencv2/core/opengl_interop_deprecated.hpp [new file with mode: 0644]
modules/core/src/matrix.cpp
modules/core/src/opengl_interop.cpp
modules/core/src/opengl_interop_deprecated.cpp [new file with mode: 0644]
modules/gpu/test/test_opengl.cpp
modules/highgui/include/opencv2/highgui/highgui.hpp
modules/highgui/src/window.cpp
samples/gpu/opengl.cpp