Kaydet (Commit) 5e31c9d9 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: move AInfo into private header

Change-Id: If6bb832cbf64d12b4ec3a860010fd99340b14ca5
üst 40322a77
......@@ -91,18 +91,6 @@ struct VCL_DLLPUBLIC AnimationBitmap
BitmapChecksum GetChecksum() const;
};
struct AInfo
{
Point aStartOrg;
Size aStartSize;
VclPtr<OutputDevice> pOutDev;
void* pViewData;
long nExtraData;
bool bPause;
AInfo();
};
class ImplAnimView;
class VCL_DLLPUBLIC Animation
......
......@@ -27,6 +27,19 @@ class OutputDevice;
class VirtualDevice;
struct AnimationBitmap;
struct AInfo
{
Point aStartOrg;
Size aStartSize;
VclPtr<OutputDevice> pOutDev;
void* pViewData;
long nExtraData;
bool bPause;
AInfo();
};
class ImplAnimView
{
private:
......
......@@ -23,9 +23,10 @@
#include <rtl/crc.h>
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
#include <impanmvw.hxx>
#include <vcl/dibtools.hxx>
#include "impanmvw.hxx"
#define MIN_TIMEOUT 2L
#define INC_TIMEOUT 0L
......
......@@ -17,12 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "impanmvw.hxx"
#include <window.h>
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
#include <tools/helpers.hxx>
#include "impanmvw.hxx"
ImplAnimView::ImplAnimView( Animation* pParent, OutputDevice* pOut,
const Point& rPt, const Size& rSz,
sal_uLong nExtraData,
......
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