diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-08 12:31:39 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-08 12:31:39 +0200 |
commit | 6fd1e08a778c97f869740c9f5b38a9b4c74e177f (patch) | |
tree | ae504ef1f75a63c5609732aa9d334095c6bc6838 | |
parent | m (diff) | |
download | mds-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-- | TODO | 1 | ||||
-rw-r--r-- | src/mds-clipboard.c | 2 | ||||
-rw-r--r-- | src/mds-echo.c | 2 | ||||
-rw-r--r-- | src/mds-kkbd.c | 2 | ||||
-rw-r--r-- | src/mds-registry/mds-registry.c | 2 | ||||
-rw-r--r-- | src/mds-vt.c | 2 |
6 files changed, 6 insertions, 5 deletions
@@ -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 |