diff options
author | Louis-Francis Ratté-Boulianne <lfrb@collabora.com> | 2014-11-26 09:22:25 -0500 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-02 08:34:51 +0100 |
commit | d6b51a87b482b69097100b9a2ce7ba85005e20ac (patch) | |
tree | c29780d4f11e703e0f2b571cd2094ae998d7b7bf /vcl/Library_vclplug_gen.mk | |
parent | 83c97b2a1c1a8d0531b6048fb27cf117b0da24e0 (diff) |
vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possible
Conflicts:
include/vcl/opengl/OpenGLContext.hxx
vcl/inc/openglgdiimpl.hxx
vcl/opengl/gdiimpl.cxx
vcl/opengl/x11/gdiimpl.cxx
vcl/source/opengl/OpenGLContext.cxx
Change-Id: I17f6ce66fb8b5bc027d35b4016ae56c24ee0a738
Diffstat (limited to 'vcl/Library_vclplug_gen.mk')
-rw-r--r-- | vcl/Library_vclplug_gen.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk index 76be2c1e2cf1..29695e965539 100644 --- a/vcl/Library_vclplug_gen.mk +++ b/vcl/Library_vclplug_gen.mk @@ -107,6 +107,7 @@ $(eval $(call gb_Library_add_exception_objects,vclplug_gen,\ vcl/unx/x11/x11sys \ vcl/unx/x11/xlimits \ vcl/opengl/x11/gdiimpl \ + vcl/opengl/x11/salvd \ )) # ultimately we want to split the x11 dependencies out |