|
ekg2
|
#include "ekg2-config.h"#include <ekg/commands.h>#include <ekg/debug.h>#include <ekg/plugins.h>#include <ekg/userlist.h>#include <ekg/protocol.h>#include <ekg/queries.h>#include <ekg/themes.h>#include <ekg/stuff.h>#include <ekg/vars.h>#include <ekg/xmalloc.h>#include <xosd.h>#include <string.h>Funkcje | |
| static int | xosd_theme_init () |
| PLUGIN_DEFINE (xosd, PLUGIN_GENERIC, xosd_theme_init) | |
| static int | xosd_show_message (char *line1, char *line2) |
| static int | xosd_command_msg (const char *name, const char **params, session_t *session, const char *target, int quiet) |
| static int | xosd_protocol_status (void *data, va_list ap) |
| static int | xosd_protocol_message (void *data, va_list ap) |
| static int | xosd_irc_protocol_message (void *data, va_list ap) |
| static int | xosd_display_welcome_message (int type, void *data) |
| static int | xosd_setvar_default (void *data, va_list ap) |
| int | xosd_plugin_init (int prio) |
| static int | xosd_plugin_destroy () |
Zmienne | |
| static char * | xosd_colour |
| static char * | xosd_font |
| static char * | xosd_outline_colour |
| static char * | xosd_shadow_colour |
| static int | xosd_display_filter |
| static int | xosd_display_notify |
| static int | xosd_display_timeout |
| static int | xosd_display_welcome |
| static int | xosd_horizontal_offset |
| static int | xosd_horizontal_position |
| static int | xosd_outline_offset |
| static int | xosd_shadow_offset |
| static int | xosd_short_messages |
| static int | xosd_text_limit |
| static int | xosd_vertical_offset |
| static int | xosd_vertical_position |
| static xosd * | osd |
| PLUGIN_DEFINE | ( | xosd | , |
| PLUGIN_GENERIC | , | ||
| xosd_theme_init | |||
| ) |
|
static |
|
static |
|
static |
|
static |
| int xosd_plugin_init | ( | int | prio | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.1.2