tsm: screen: move filenames to tsm_screen.[ch]
All TSM files use the "tsm_*" prefix and the object is now named "screen" so rename the files to resemble this. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
f919b3ad81
commit
613e7e7000
@ -276,7 +276,7 @@ libkmscon_core_la_SOURCES = \
|
||||
src/main.h \
|
||||
src/conf.c src/conf.h \
|
||||
src/ui.c src/ui.h \
|
||||
src/console.c src/console.h \
|
||||
src/tsm_screen.c src/tsm_screen.h \
|
||||
src/tsm_unicode.c src/tsm_unicode.h \
|
||||
src/log.c src/log.h \
|
||||
src/vte.c src/vte.h \
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "console.h"
|
||||
#include "eloop.h"
|
||||
#include "log.h"
|
||||
#include "main.h"
|
||||
@ -41,6 +40,7 @@
|
||||
#include "shl_dlist.h"
|
||||
#include "terminal.h"
|
||||
#include "text.h"
|
||||
#include "tsm_screen.h"
|
||||
#include "uterm.h"
|
||||
#include "vte.h"
|
||||
|
||||
|
@ -34,8 +34,8 @@
|
||||
#define KMSCON_TERMINAL_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "console.h"
|
||||
#include "eloop.h"
|
||||
#include "tsm_screen.h"
|
||||
#include "uterm.h"
|
||||
|
||||
struct kmscon_terminal;
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include "console.h"
|
||||
#include "tsm_screen.h"
|
||||
#include "uterm.h"
|
||||
|
||||
/* fonts */
|
||||
|
@ -35,10 +35,10 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "console.h"
|
||||
#include "log.h"
|
||||
#include "main.h"
|
||||
#include "shl_timer.h"
|
||||
#include "tsm_screen.h"
|
||||
#include "tsm_unicode.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "tsm_screen"
|
@ -53,9 +53,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <xkbcommon/xkbcommon-keysyms.h>
|
||||
#include "console.h"
|
||||
#include "log.h"
|
||||
#include "main.h"
|
||||
#include "tsm_screen.h"
|
||||
#include "tsm_unicode.h"
|
||||
#include "vte.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user