ekg2
|
#include <windows.h>
Pola danych | |
struct window * | next |
unsigned short | id |
char * | target |
char * | alias |
session_t * | session |
unsigned short | left |
unsigned short | top |
unsigned short | width |
unsigned short | height |
unsigned int | act: EKG_WINACT_MSG |
unsigned int | in_typing: 1 |
unsigned int | in_active: 1 |
unsigned int | out_active: 1 |
unsigned int | more: 1 |
unsigned int | floating: 1 |
unsigned int | doodle: 1 |
unsigned int | frames: 4 |
unsigned int | edge: 4 |
unsigned int | nowrap: 1 |
unsigned int | hide: 1 |
time_t | last_update |
unsigned short | lock |
struct userlist * | userlist |
window_lastlog_t * | lastlog |
void * | priv_data |
void * | private |
char * | irctopic |
char * | irctopicby |
char * | ircmode |
unsigned int window::act |
char * window::alias |
unsigned int window::doodle |
unsigned int window::edge |
unsigned int window::floating |
unsigned int window::frames |
unsigned short window::height |
unsigned int window::hide |
unsigned short window::id |
unsigned int window::in_active |
unsigned int window::in_typing |
char* window::ircmode |
char* window::irctopic |
char* window::irctopicby |
time_t window::last_update |
unsigned short window::left |
unsigned short window::lock |
unsigned int window::more |
struct window * window::next |
unsigned int window::nowrap |
unsigned int window::out_active |
void* window::priv_data |
void* window::private |
char * window::target |
unsigned short window::top |
struct userlist * window::userlist |
unsigned short window::width |