Kaydet (Commit) 1aae965d authored tarafından Thorsten Behrens's avatar Thorsten Behrens Kaydeden (comit) Thorsten Behrens

oglcanvas: ship comp registration, return device window.

Change-Id: I6c7e9416f908fd3b903eaef82492c1f4445b4e0c
üst 829752d3
......@@ -956,7 +956,7 @@ namespace oglcanvas
uno::Any SpriteDeviceHelper::getDeviceHandle() const
{
return uno::Any();
return uno::makeAny( reinterpret_cast< sal_Int64 >(mpChildWindow.get()) );
}
uno::Any SpriteDeviceHelper::getSurfaceHandle() const
......
......@@ -183,6 +183,9 @@ $(eval $(call gb_Rdb_add_components,services,\
canvas/source/directx/directx9canvas \
canvas/source/directx/gdipluscanvas \
) \
$(if $(ENABLE_OPENGL_CANVAS), \
canvas/source/opengl/oglcanvas \
) \
$(if $(ENABLE_GCONF), \
shell/source/backends/gconfbe/gconfbe1 \
) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment