Make closeWindow() a public slot

For JavaScript bindings.
icc-effect-5.14.5
Martin Gräßlin 2012-01-03 18:32:05 +01:00
parent 85cb8e3717
commit 66ca8c7c72
1 changed files with 3 additions and 1 deletions

View File

@ -468,7 +468,6 @@ public:
void setMinimized(bool set);
void minimize(bool avoid_animation = false);
void unminimize(bool avoid_animation = false);
void closeWindow();
void killWindow();
void maximize(MaximizeMode);
void toggleShade();
@ -566,6 +565,9 @@ public:
//sets whether the client should be treated as a SessionInteract window
void setSessionInteract(bool needed);
public slots:
void closeWindow();
private slots:
void autoRaise();
void shadeHover();