mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Cleaned up printtext.c, split part of it to formats.c
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@796 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8653c6ea36
commit
4dcbe05c0f
46 changed files with 733 additions and 632 deletions
|
|
@ -1,8 +1,6 @@
|
|||
#ifndef __THEMES_H
|
||||
#define __THEMES_H
|
||||
|
||||
#include "printtext.h"
|
||||
|
||||
typedef struct {
|
||||
char *name;
|
||||
|
||||
|
|
@ -26,6 +24,8 @@ typedef struct {
|
|||
void *gui_data;
|
||||
} THEME_REC;
|
||||
|
||||
typedef struct _FORMAT_REC FORMAT_REC;
|
||||
|
||||
extern GSList *themes;
|
||||
extern THEME_REC *current_theme;
|
||||
extern GHashTable *default_formats;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue