diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-09-20 14:55:44 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-11-27 09:55:05 +0100 |
commit | 534d89fed30983bcc48387facc3410f13e230683 (patch) | |
tree | 68655d6fc7f3b66a43b0e3cd3687678515526bbe /solenv | |
parent | 736e7ceee814eac3689e588b5032fe29cc229bf7 (diff) |
move opengl vcl files to opengl/
Better to have all of them together rather than scattered.
Change-Id: I1f8bbfb7018a6c28c87e4dfa2acbf4efde62894b
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 9edbcba9b7d1..97d55459cc2f 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -17264,6 +17264,7 @@ vcl/inc/opengl/RenderList.hxx vcl/inc/opengl/RenderState.hxx vcl/inc/opengl/TextureState.hxx vcl/inc/opengl/VertexUtils.hxx +vcl/inc/opengl/gdiimpl.hxx vcl/inc/opengl/framebuffer.hxx vcl/inc/opengl/program.hxx vcl/inc/opengl/salbmp.hxx @@ -17277,7 +17278,6 @@ vcl/inc/opengl/x11/gdiimpl.hxx vcl/inc/opengl/x11/glxtest.hxx vcl/inc/opengl/x11/salvd.hxx vcl/inc/opengl/zone.hxx -vcl/inc/openglgdiimpl.hxx vcl/inc/osx/a11yfactory.h vcl/inc/osx/a11yfocustracker.hxx vcl/inc/osx/a11ylistener.hxx @@ -17401,6 +17401,7 @@ vcl/inc/unx/screensaverinhibitor.hxx vcl/inc/unx/sm.hxx vcl/inc/unx/svsys.h vcl/inc/unx/wmadaptor.hxx +vcl/inc/unx/x11/x11cairotextrender.hxx vcl/inc/unx/x11/x11gdiimpl.h vcl/inc/unx/x11/x11sys.hxx vcl/inc/unx/x11/xlimits.hxx @@ -17570,6 +17571,8 @@ vcl/opengl/texture.cxx vcl/opengl/win/WinDeviceInfo.cxx vcl/opengl/win/blocklist_parser.cxx vcl/opengl/win/gdiimpl.cxx +vcl/opengl/x11/cairotextrender.cxx +vcl/opengl/x11/cairotextrender.hxx vcl/opengl/x11/X11DeviceInfo.cxx vcl/opengl/x11/gdiimpl.cxx vcl/opengl/x11/salvd.cxx @@ -18041,14 +18044,11 @@ vcl/unx/generic/gdi/font.cxx vcl/unx/generic/gdi/gdiimpl.cxx vcl/unx/generic/gdi/gdiimpl.hxx vcl/unx/generic/gdi/nativewindowhandleprovider.cxx -vcl/unx/generic/gdi/openglx11cairotextrender.cxx -vcl/unx/generic/gdi/openglx11cairotextrender.hxx vcl/unx/generic/gdi/salbmp.cxx vcl/unx/generic/gdi/salgdi.cxx vcl/unx/generic/gdi/salgdi2.cxx vcl/unx/generic/gdi/salvd.cxx vcl/unx/generic/gdi/x11cairotextrender.cxx -vcl/unx/generic/gdi/x11cairotextrender.hxx vcl/unx/generic/gdi/xrender_peer.cxx vcl/unx/generic/glyphs/freetype_glyphcache.cxx vcl/unx/generic/glyphs/glyphcache.cxx |