aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-08 12:31:39 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-08 12:31:39 +0200
commit6fd1e08a778c97f869740c9f5b38a9b4c74e177f (patch)
treeae504ef1f75a63c5609732aa9d334095c6bc6838
parentm (diff)
downloadmds-6fd1e08a778c97f869740c9f5b38a9b4c74e177f.tar.gz
mds-6fd1e08a778c97f869740c9f5b38a9b4c74e177f.tar.bz2
mds-6fd1e08a778c97f869740c9f5b38a9b4c74e177f.tar.xz
move reconnect_to_display todo into todo file
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--TODO1
-rw-r--r--src/mds-clipboard.c2
-rw-r--r--src/mds-echo.c2
-rw-r--r--src/mds-kkbd.c2
-rw-r--r--src/mds-registry/mds-registry.c2
-rw-r--r--src/mds-vt.c2
6 files changed, 6 insertions, 5 deletions
diff --git a/TODO b/TODO
index d70f505..f976730 100644
--- a/TODO
+++ b/TODO
@@ -43,4 +43,5 @@ A facility is needed to lookup available compose sequences to any character,
it would be useful in character map programs so one can easier learn the
compose sequences for character that one uses often
Servers should be stored in LIBEXECDIR.
+Implement reconnect_to_display()
diff --git a/src/mds-clipboard.c b/src/mds-clipboard.c
index 99fd372..ef30f49 100644
--- a/src/mds-clipboard.c
+++ b/src/mds-clipboard.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#define reconnect_to_display() -1 /* TODO */
+#define reconnect_to_display() -1
diff --git a/src/mds-echo.c b/src/mds-echo.c
index 299819f..b6df862 100644
--- a/src/mds-echo.c
+++ b/src/mds-echo.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#define reconnect_to_display() -1 /* TODO */
+#define reconnect_to_display() -1
diff --git a/src/mds-kkbd.c b/src/mds-kkbd.c
index 8db719d..5dd43a0 100644
--- a/src/mds-kkbd.c
+++ b/src/mds-kkbd.c
@@ -33,7 +33,7 @@
#include <sys/ioctl.h>
#include <linux/kd.h>
#include <pthread.h>
-#define reconnect_to_display() -1 /* TODO */
+#define reconnect_to_display() -1
diff --git a/src/mds-registry/mds-registry.c b/src/mds-registry/mds-registry.c
index 1676cf6..f753f26 100644
--- a/src/mds-registry/mds-registry.c
+++ b/src/mds-registry/mds-registry.c
@@ -27,7 +27,7 @@
#include <errno.h>
#include <stdio.h>
-#define reconnect_to_display() -1 /* TODO */
+#define reconnect_to_display() -1
diff --git a/src/mds-vt.c b/src/mds-vt.c
index bd294d9..aed3805 100644
--- a/src/mds-vt.c
+++ b/src/mds-vt.c
@@ -33,7 +33,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <signal.h>
-#define reconnect_to_display() -1 /* TODO */
+#define reconnect_to_display() -1