fix export's
svn path=/trunk/kdebase/kwin/; revision=364795
This commit is contained in:
parent
e8565670ec
commit
5b5ab45fbf
11 changed files with 11 additions and 11 deletions
|
@ -81,7 +81,7 @@ static bool drawSmallBorders = false;
|
|||
|
||||
// =====================================
|
||||
|
||||
extern "C" KDecorationFactory* create_factory()
|
||||
extern "C" KDE_EXPORT KDecorationFactory* create_factory()
|
||||
{
|
||||
return new B2::B2ClientFactory();
|
||||
}
|
||||
|
|
|
@ -1475,7 +1475,7 @@ bool KDEDefaultClient::eventFilter( QObject* o, QEvent* e )
|
|||
} // namespace
|
||||
|
||||
// Extended KWin plugin interface
|
||||
extern "C" KDecorationFactory* create_factory()
|
||||
extern "C" KDE_EXPORT KDecorationFactory* create_factory()
|
||||
{
|
||||
return new Default::KDEDefaultHandler();
|
||||
}
|
||||
|
|
|
@ -1805,7 +1805,7 @@ bool KeramikClient::eventFilter( QObject* o, QEvent* e )
|
|||
|
||||
extern "C"
|
||||
{
|
||||
KDecorationFactory *create_factory()
|
||||
KDE_EXPORT KDecorationFactory *create_factory()
|
||||
{
|
||||
Keramik::clientHandler = new Keramik::KeramikHandler();
|
||||
return Keramik::clientHandler;
|
||||
|
|
|
@ -927,7 +927,7 @@ TODO
|
|||
|
||||
extern "C"
|
||||
{
|
||||
KDecorationFactory *create_factory()
|
||||
KDE_EXPORT KDecorationFactory *create_factory()
|
||||
{
|
||||
return new KWMTheme::KWMThemeFactory();
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@ static bool pixmaps_created = false;
|
|||
|
||||
// =====================================
|
||||
|
||||
extern "C" KDecorationFactory* create_factory()
|
||||
extern "C" KDE_EXPORT KDecorationFactory* create_factory()
|
||||
{
|
||||
return new Laptop::LaptopClientFactory();
|
||||
}
|
||||
|
|
|
@ -910,7 +910,7 @@ bool ModernSysFactory::supports( Ability ability )
|
|||
}
|
||||
|
||||
// KWin extended plugin interface
|
||||
extern "C" KDecorationFactory* create_factory()
|
||||
extern "C" KDE_EXPORT KDecorationFactory* create_factory()
|
||||
{
|
||||
return new ModernSystem::ModernSysFactory();
|
||||
}
|
||||
|
|
|
@ -219,7 +219,7 @@ static KWinPlastik::PlastikHandler *handler = 0;
|
|||
|
||||
extern "C"
|
||||
{
|
||||
KDecorationFactory *create_factory()
|
||||
KDE_EXPORT KDecorationFactory *create_factory()
|
||||
{
|
||||
handler = new KWinPlastik::PlastikHandler();
|
||||
return handler;
|
||||
|
|
|
@ -1155,7 +1155,7 @@ bool QuartzClient::eventFilter( QObject* o, QEvent* e )
|
|||
/////////////////////////////////
|
||||
extern "C"
|
||||
{
|
||||
KDecorationFactory *create_factory()
|
||||
KDE_EXPORT KDecorationFactory *create_factory()
|
||||
{
|
||||
Quartz::clientHandler = new Quartz::QuartzHandler();
|
||||
return Quartz::clientHandler;
|
||||
|
|
|
@ -954,7 +954,7 @@ QValueList< RedmondDecoFactory::BorderSize > RedmondDecoFactory::borderSizes() c
|
|||
|
||||
}
|
||||
|
||||
extern "C" KDecorationFactory *create_factory()
|
||||
extern "C" KDE_EXPORT KDecorationFactory *create_factory()
|
||||
{
|
||||
return new Redmond::RedmondDecoFactory();
|
||||
}
|
||||
|
|
|
@ -333,7 +333,7 @@ bool Factory::reset( unsigned long changed )
|
|||
extern "C"
|
||||
{
|
||||
|
||||
KDecorationFactory *create_factory()
|
||||
KDE_EXPORT KDecorationFactory *create_factory()
|
||||
{
|
||||
return new KWinTest::Factory();
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
extern "C"
|
||||
{
|
||||
KDecorationFactory *create_factory()
|
||||
KDE_EXPORT KDecorationFactory *create_factory()
|
||||
{
|
||||
return new Web::WebFactory();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue