summaryrefslogtreecommitdiffstats
path: root/src/client/gui/OO_FLTK.cpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2020-12-12 12:41:39 +0000
committerJoursoir <chat@joursoir.net>2020-12-12 12:41:39 +0000
commit9f6cdb671ca3c045085bd8eed623e0a797894e1f (patch)
treece220ee696c1e8f902c9a12cdda1f71ba7248d45 /src/client/gui/OO_FLTK.cpp
parent845c0262f4ab243748b085c2608c0e3e28799a0a (diff)
downloadwant-chat-9f6cdb671ca3c045085bd8eed623e0a797894e1f.tar.gz
want-chat-9f6cdb671ca3c045085bd8eed623e0a797894e1f.tar.bz2
want-chat-9f6cdb671ca3c045085bd8eed623e0a797894e1f.zip
GUI feature: handle players and online info from server, show it; fix: close app;
Diffstat (limited to 'src/client/gui/OO_FLTK.cpp')
-rw-r--r--src/client/gui/OO_FLTK.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/gui/OO_FLTK.cpp b/src/client/gui/OO_FLTK.cpp
index a86ecd6..6492481 100644
--- a/src/client/gui/OO_FLTK.cpp
+++ b/src/client/gui/OO_FLTK.cpp
@@ -53,4 +53,5 @@ ChatBaseOutput::ChatBaseOutput(int x, int y, int w, int h, const char *lb)
textfont(STD_FONT);
textsize(20);
textcolor(FL_WHITE);
+ value("");
} \ No newline at end of file