Made createTile() and tileable() public

svn path=/trunk/KDE/kdebase/workspace/; revision=1123170
icc-effect-5.14.5
Nikhil Marathe 2010-05-05 13:50:16 +00:00
parent 49396e6197
commit 33234b75eb
1 changed files with 2 additions and 2 deletions

View File

@ -176,6 +176,8 @@ class Workspace : public QObject, public KDecorationDefines
public:
bool tilingEnabled() const;
void setTilingEnabled( bool tiling );
bool tileable( Client *c );
void createTile( Client *c );
void updateAllTiles();
void notifyWindowResize( Client *c, const QRect &moveResizeGeom, const QRect &orig );
void notifyWindowMove( Client *c, const QRect &moveResizeGeom, const QRect &orig );
@ -843,9 +845,7 @@ class Workspace : public QObject, public KDecorationDefines
static bool sessionInfoWindowTypeMatch( Client* c, SessionInfo* info );
Tile* getNiceTile() const;
void createTile( Client *c );
void removeTile( Client *c );
bool tileable( Client *c );
// int, and not Tile::Direction because
// we are using a forward declaration for Tile
Tile* findAdjacentTile( Tile *ref, int d );