mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
struct naming changes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2700 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
97af1210e1
commit
bcc1bc73be
@ -42,7 +42,7 @@ struct _FORMAT_REC {
|
|||||||
#define PRINT_FLAG_SET_SERVERTAG 0x0010
|
#define PRINT_FLAG_SET_SERVERTAG 0x0010
|
||||||
#define PRINT_FLAG_UNSET_SERVERTAG 0x0020
|
#define PRINT_FLAG_UNSET_SERVERTAG 0x0020
|
||||||
|
|
||||||
typedef struct {
|
typedef struct _TEXT_DEST_REC {
|
||||||
WINDOW_REC *window;
|
WINDOW_REC *window;
|
||||||
SERVER_REC *server;
|
SERVER_REC *server;
|
||||||
const char *server_tag; /* if server is non-NULL, must be server->tag */
|
const char *server_tag; /* if server is non-NULL, must be server->tag */
|
||||||
|
@ -44,7 +44,7 @@ static char used_keys[256];
|
|||||||
static GTree *key_states;
|
static GTree *key_states;
|
||||||
static int key_config_frozen;
|
static int key_config_frozen;
|
||||||
|
|
||||||
struct KEYBOARD_REC {
|
struct _KEYBOARD_REC {
|
||||||
char *key_state; /* the ongoing key combo */
|
char *key_state; /* the ongoing key combo */
|
||||||
void *gui_data; /* GUI specific data sent in "key pressed" signal */
|
void *gui_data; /* GUI specific data sent in "key pressed" signal */
|
||||||
};
|
};
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "signals.h"
|
#include "signals.h"
|
||||||
|
|
||||||
typedef struct KEYBOARD_REC KEYBOARD_REC;
|
typedef struct _KEYBOARD_REC KEYBOARD_REC;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *id;
|
char *id;
|
||||||
|
Loading…
Reference in New Issue
Block a user