summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-07-21 18:14:09 +0200
committerBjörn Hagemeister2014-07-21 18:14:09 +0200
commitf7da785b78a2412d1d5bdd43836ed8c9656cae81 (patch)
tree0322fa2d2ff2712356643ce521c01b7bebf7b731 /src/server/mainwindow/mainwindow.h
parentMerge branch 'master' of git.openslx.org:pvs2 (diff)
downloadpvs2-f7da785b78a2412d1d5bdd43836ed8c9656cae81.tar.gz
pvs2-f7da785b78a2412d1d5bdd43836ed8c9656cae81.tar.xz
pvs2-f7da785b78a2412d1d5bdd43836ed8c9656cae81.zip
Tried to implement the fixed room settings, but is not working correctly right now.
Problem is, the frames do not appear at setted position because of placeFrameInFreeCell() - call. Also, after updateSessionName(), all frames and clients are currently deleted if SessionName want to be setted manually.
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 524a0b1..a07eed9 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -74,6 +74,7 @@ private:
void placeFrameInFreeSlot(ConnectionFrame* frame);
ConnectionFrame* createFrame();
+ ConnectionFrame* createFrame(QString computerId, QPoint position);
bool loadPosition(QSettings& settings, const QString& id, int& x, int& y);
void savePosition(ConnectionFrame *cf);
void changeProjection(Client *from, Mode mode = Mode::Broadcast, Client *to = NULL);