|
ekg2
GIT master
|
#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: 2 |
| unsigned int | in_typing: 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 |
| unsigned int | last_chatstate |
| time_t | last_update |
| unsigned short | lock |
| struct userlist * | userlist |
| window_lastlog_t * | lastlog |
| void * | priv_data |
| unsigned int | in_active: 1 |
| unsigned int | out_active: 1 |
| 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 |
| unsigned int window::last_chatstate |
| time_t window::last_update |
| window_lastlog_t * window::lastlog |
| 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 |
| session_t * window::session |
| char * window::target |
| unsigned short window::top |
| struct userlist * window::userlist |
| unsigned short window::width |
1.8.11