mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
fix some lsp errors
This commit is contained in:
parent
1a44bd86f2
commit
12a239022f
3 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
#ifndef IRSSI_CORE_WINDOW_ITEM_DEF_H
|
#ifndef IRSSI_CORE_WINDOW_ITEM_DEF_H
|
||||||
#define IRSSI_CORE_WINDOW_ITEM_DEF_H
|
#define IRSSI_CORE_WINDOW_ITEM_DEF_H
|
||||||
|
|
||||||
|
#include <irssi/src/common.h>
|
||||||
|
#include <irssi/src/core/servers.h>
|
||||||
|
|
||||||
#define STRUCT_SERVER_REC SERVER_REC
|
#define STRUCT_SERVER_REC SERVER_REC
|
||||||
struct _WI_ITEM_REC {
|
struct _WI_ITEM_REC {
|
||||||
#include <irssi/src/core/window-item-rec.h>
|
#include <irssi/src/core/window-item-rec.h>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
#ifndef IRSSI_FE_TEXT_TERMINFO_CORE_H
|
#ifndef IRSSI_FE_TEXT_TERMINFO_CORE_H
|
||||||
#define IRSSI_FE_TEXT_TERMINFO_CORE_H
|
#define IRSSI_FE_TEXT_TERMINFO_CORE_H
|
||||||
|
|
||||||
|
#include <irssi/src/common.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
|
||||||
#define terminfo_move(x, y) current_term->tr_move(current_term, x, y)
|
#define terminfo_move(x, y) current_term->tr_move(current_term, x, y)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef IRSSI_FE_TEXT_TEXTBUFFER_H
|
#ifndef IRSSI_FE_TEXT_TEXTBUFFER_H
|
||||||
#define IRSSI_FE_TEXT_TEXTBUFFER_H
|
#define IRSSI_FE_TEXT_TEXTBUFFER_H
|
||||||
|
|
||||||
|
#include <irssi/src/common.h>
|
||||||
|
|
||||||
/* Make sure TEXT_CHUNK_REC is not slightly more than a page, as that
|
/* Make sure TEXT_CHUNK_REC is not slightly more than a page, as that
|
||||||
wastes a lot of memory. */
|
wastes a lot of memory. */
|
||||||
#define LINE_TEXT_CHUNK_SIZE (16384 - 16)
|
#define LINE_TEXT_CHUNK_SIZE (16384 - 16)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue