ReactOS 0.4.16-dev-197-g92996da
|
Go to the source code of this file.
Variables | |
char | g_username [] |
char | g_hostname [] |
char | g_servername [] |
char | g_password [] |
char | g_shell [] |
char | g_directory [] |
char | g_domain [] |
int | g_width |
int | g_height |
int | g_tcp_sck |
int | g_server_depth |
int | g_tcp_port_rdp |
int | pal_entries [] |
static HWND | g_Wnd = 0 |
static HINSTANCE | g_Instance = 0 |
static HCURSOR | g_cursor = 0 |
static int | g_block = 0 |
static int | g_xoff = 0 |
static int | g_yoff = 0 |
static int | g_xscroll = 0 |
static int | g_yscroll = 0 |
static int | g_screen_width = 0 |
static int | g_screen_height = 0 |
static int | g_wnd_cwidth = 0 |
static int | g_wnd_cheight = 0 |
static int | g_fullscreen = 0 |
static int | g_workarea = 0 |
static int | g_mousex = 0 |
static int | g_mousey = 0 |
static int | g_clip_left = 0 |
static int | g_clip_top = 0 |
static int | g_clip_right = 800 |
static int | g_clip_bottom = 600 |
static RECT | g_wnd_clip |
Definition at line 97 of file win32.c.
Referenced by WndProc().
Definition at line 147 of file win32.c.
Referenced by handle_WM_KEY().
Definition at line 983 of file win32.c.
Referenced by wWinMain().
Definition at line 545 of file win32.c.
Referenced by WndProc().
Definition at line 389 of file win32.c.
Referenced by WndProc().
|
static |
|
static |
Definition at line 369 of file win32.c.
Referenced by WndProc().
Definition at line 283 of file win32.c.
Referenced by WndProc().
Definition at line 421 of file win32.c.
Referenced by WndProc().
Definition at line 456 of file win32.c.
Referenced by WndProc().
Definition at line 609 of file win32.c.
Referenced by WndProc().
Definition at line 258 of file win32.c.
Referenced by handle_WM_SIZE(), and WndProc().
|
static |
Definition at line 737 of file win32.c.
Referenced by mi_fill_rect(), mi_line(), and mi_paint_rect().
void * mi_create_cursor | ( | unsigned int | x, |
unsigned int | y, | ||
int | width, | ||
int | height, | ||
unsigned char * | andmask, | ||
unsigned char * | xormask | ||
) |
Definition at line 1345 of file win32.c.
Referenced by ui_create_cursor().
Definition at line 754 of file win32.c.
Referenced by ui_main().
Definition at line 1361 of file win32.c.
Referenced by ui_destroy_cursor().
Definition at line 1194 of file win32.c.
Referenced by ui_rect().
Definition at line 1239 of file win32.c.
Referenced by ui_line().
Definition at line 874 of file win32.c.
Referenced by ui_invalidate().
Definition at line 232 of file win32.c.
Referenced by mi_check_modifier(), and read_keyboard_state().
Definition at line 1335 of file win32.c.
Referenced by ui_reset_clip().
Definition at line 1283 of file win32.c.
Referenced by ui_screenblt().
Definition at line 220 of file win32.c.
Referenced by handle_WM_HSCROLL(), handle_WM_SIZE(), and handle_WM_VSCROLL().
Definition at line 854 of file win32.c.
Referenced by mi_paint_rect().
|
static |
Definition at line 1034 of file win32.c.
Referenced by wWinMain().
Definition at line 1007 of file win32.c.
Referenced by wWinMain().
Definition at line 66 of file win32.c.
Referenced by mi_create_window(), mi_error(), and mi_show_error().
Definition at line 81 of file win32.c.
Referenced by wWinMain().
Definition at line 674 of file win32.c.
Referenced by mi_create_window().
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 1096 of file win32.c.
|
static |
Definition at line 42 of file win32.c.
Referenced by check_sck().
|
static |
Definition at line 60 of file win32.c.
Referenced by mi_clip(), mi_create_window(), mi_reset_clip(), mi_screen_copy(), and mi_set_clip().
|
static |
Definition at line 57 of file win32.c.
Referenced by mi_clip(), mi_create_window(), mi_reset_clip(), mi_screen_copy(), and mi_set_clip().
|
static |
Definition at line 59 of file win32.c.
Referenced by mi_clip(), mi_create_window(), mi_reset_clip(), mi_screen_copy(), and mi_set_clip().
|
static |
Definition at line 58 of file win32.c.
Referenced by mi_clip(), mi_create_window(), mi_reset_clip(), mi_screen_copy(), and mi_set_clip().
|
static |
Definition at line 41 of file win32.c.
Referenced by handle_WM_SETCURSOR(), mi_destroy_cursor(), and mi_set_cursor().
|
extern |
Definition at line 30 of file uimain.c.
Referenced by QMyScrollView::timerEvent(), and ui_main().
|
extern |
Definition at line 31 of file uimain.c.
Referenced by SetDomainAndUsername(), QMyScrollView::timerEvent(), and ui_main().
|
static |
Definition at line 51 of file win32.c.
Referenced by QMyMainWindow::MemuClicked(), mi_create_window(), QMyScrollView::timerEvent(), QMyMainWindow::timerEvent(), and wWinMain().
|
extern |
Definition at line 43 of file uimain.c.
Referenced by handle_WM_PAINT(), handle_WM_SIZE(), handle_WM_SIZING(), handle_WM_VSCROLL(), mi_create_window(), mi_reset_clip(), and wWinMain().
|
extern |
Definition at line 26 of file uimain.c.
Referenced by get_username_and_hostname(), load_licence(), parse_parameters(), save_licence(), and wWinMain().
|
static |
Definition at line 40 of file win32.c.
Referenced by mi_create_cursor(), and mi_create_window().
|
static |
Definition at line 53 of file win32.c.
Referenced by handle_WM_LBUTTONDOWN(), handle_WM_LBUTTONUP(), handle_WM_MBUTTONDOWN(), handle_WM_MBUTTONUP(), handle_WM_MOUSEMOVE(), handle_WM_NCHITTEST(), handle_WM_RBUTTONDOWN(), handle_WM_RBUTTONUP(), and handle_WM_SETCURSOR().
|
static |
Definition at line 54 of file win32.c.
Referenced by handle_WM_LBUTTONDOWN(), handle_WM_LBUTTONUP(), handle_WM_MBUTTONDOWN(), handle_WM_MBUTTONUP(), handle_WM_MOUSEMOVE(), handle_WM_NCHITTEST(), handle_WM_RBUTTONDOWN(), handle_WM_RBUTTONUP(), and handle_WM_SETCURSOR().
|
extern |
Definition at line 28 of file uimain.c.
Referenced by ui_main(), and wWinMain().
|
static |
Definition at line 48 of file win32.c.
Referenced by mi_create_window(), and wWinMain().
|
static |
Definition at line 47 of file win32.c.
Referenced by mi_create_window(), and wWinMain().
|
extern |
Definition at line 41 of file uimain.c.
Referenced by mi_fill_rect(), mi_line(), mi_paint_rect(), parse_parameters(), SetColorx(), ui_create_bitmap(), ui_invalidate(), ui_main(), ui_paint_bitmap(), and wWinMain().
|
extern |
Definition at line 27 of file uimain.c.
Referenced by parse_parameters(), ui_main(), ui_main_loop(), and wWinMain().
|
extern |
Definition at line 29 of file uimain.c.
Referenced by QMyScrollView::timerEvent(), and ui_main().
|
extern |
Definition at line 75 of file tcp.c.
Referenced by wWinMain().
|
extern |
Definition at line 51 of file uimain.c.
Referenced by check_sck(), mi_create_window(), and ui_select().
|
extern |
Definition at line 25 of file uimain.c.
Referenced by get_username_and_hostname(), parse_parameters(), and SetDomainAndUsername().
|
extern |
Definition at line 42 of file uimain.c.
Referenced by handle_WM_HSCROLL(), handle_WM_PAINT(), handle_WM_SIZE(), handle_WM_SIZING(), mi_create_window(), mi_reset_clip(), and wWinMain().
|
static |
Definition at line 39 of file win32.c.
Referenced by handle_WM_HSCROLL(), handle_WM_NCHITTEST(), handle_WM_SIZE(), handle_WM_SIZING(), handle_WM_VSCROLL(), mi_create_window(), mi_error(), mi_fill_rect(), mi_line(), mi_paint_rect(), mi_screen_copy(), mi_scroll(), and mi_show_error().
|
static |
Definition at line 50 of file win32.c.
Referenced by handle_WM_SIZE(), and handle_WM_VSCROLL().
|
static |
Definition at line 61 of file win32.c.
Referenced by handle_WM_SETCURSOR(), handle_WM_SIZE(), mi_clip(), and mi_screen_copy().
|
static |
Definition at line 49 of file win32.c.
Referenced by handle_WM_HSCROLL(), and handle_WM_SIZE().
|
static |
Definition at line 52 of file win32.c.
Referenced by mi_create_window().
|
static |
Definition at line 43 of file win32.c.
Referenced by handle_WM_SIZING(), mi_clip(), mi_fill_rect(), mi_line(), mi_paint_rect(), and wWinMain().
|
static |
Definition at line 45 of file win32.c.
Referenced by handle_WM_HSCROLL(), handle_WM_LBUTTONDOWN(), handle_WM_LBUTTONUP(), handle_WM_MBUTTONDOWN(), handle_WM_MBUTTONUP(), handle_WM_MOUSEMOVE(), handle_WM_PAINT(), handle_WM_RBUTTONDOWN(), handle_WM_RBUTTONUP(), handle_WM_SIZE(), handle_WM_SIZING(), mi_clip(), mi_fill_rect(), mi_line(), mi_paint_rect(), and mi_screen_copy().
|
static |
Definition at line 44 of file win32.c.
Referenced by handle_WM_SIZING(), mi_clip(), mi_fill_rect(), mi_line(), mi_paint_rect(), and wWinMain().
|
static |
Definition at line 46 of file win32.c.
Referenced by handle_WM_LBUTTONDOWN(), handle_WM_LBUTTONUP(), handle_WM_MBUTTONDOWN(), handle_WM_MBUTTONUP(), handle_WM_MOUSEMOVE(), handle_WM_PAINT(), handle_WM_RBUTTONDOWN(), handle_WM_RBUTTONUP(), handle_WM_SIZE(), handle_WM_SIZING(), handle_WM_VSCROLL(), mi_clip(), mi_fill_rect(), mi_line(), mi_paint_rect(), and mi_screen_copy().
|
extern |
Definition at line 52 of file uimain.c.
Referenced by IntAnimatePalette(), mi_fill_rect(), mi_line(), mi_paint_rect(), and ui_create_colourmap().