X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxserver.h;h=9dcdf99d65570e7c8a1861dbb2145992659e4362;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=761222a6700f66e30c53b4a26f6cae9842780a7a;hpb=2391d73a2c6091d19d1628c380d5c8f1006b5e6a;p=lyx.git diff --git a/src/lyxserver.h b/src/lyxserver.h index 761222a670..9dcdf99d65 100644 --- a/src/lyxserver.h +++ b/src/lyxserver.h @@ -53,6 +53,10 @@ public: /// Send message void send(string const &); + + /// We receive messages via XForms through this callback + static void callback(int fd, void *v); + private: /// Open pipes void openConnection(); @@ -60,9 +64,6 @@ private: /// Close pipes void closeConnection(); - /// We receive messages via XForms through this callback - static void callback(int fd, void *v); - /// This is -1 if not open int infd;