mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.developing Turtle
git-svn-id: svn://ultimatepp.org/upp/trunk@6855 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
22e1c901bc
commit
bee55d7b66
2 changed files with 3 additions and 3 deletions
|
|
@ -81,8 +81,6 @@ private:
|
|||
static void Put(const Rect& r);
|
||||
static void Put(const String& s);
|
||||
|
||||
static void SyncClient();
|
||||
|
||||
friend void DrawDragRect(Ctrl& q, const Rect& rect1, const Rect& rect2, const Rect& clip,
|
||||
int n, Color color, int type, int animation);
|
||||
friend void DrawDragLine(SystemDraw& w, bool horz, int x, int y, int len, int n, int animation);
|
||||
|
|
@ -94,6 +92,8 @@ private:
|
|||
|
||||
public:
|
||||
static bool DoKeyFB(dword key, int cnt);
|
||||
|
||||
static void SyncClient();
|
||||
|
||||
static String host;
|
||||
static int port;
|
||||
|
|
|
|||
|
|
@ -63,8 +63,8 @@ void DrawDragRect(Ctrl& q, const Rect& rect1, const Rect& rect2, const Rect& cli
|
|||
f.type = type;
|
||||
f.animation = animation;
|
||||
DrawDragRect(*top, f);
|
||||
Ctrl::SyncClient();
|
||||
Ctrl::Output();
|
||||
top->Sync();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue