From f7da785b78a2412d1d5bdd43836ed8c9656cae81 Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Mon, 21 Jul 2014 18:14:09 +0200 Subject: 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. --- src/server/mainwindow/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/mainwindow/mainwindow.h') 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); -- cgit v1.2.3-55-g7522