|
bool | win32_taskbar_is_created (void) |
|
void | win32_set_taskbar_created (bool created) |
|
bool | doubleclick_on_titlebar_pressed (void) |
|
void | unset_doubleclick_on_titlebar (void) |
|
INT_PTR_COMPAT CALLBACK | PickCoreProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
|
static BOOL CALLBACK | win32_monitor_enum_proc (HMONITOR hMonitor, HDC hdcMonitor, LPRECT lprcMonitor, LPARAM dwData) |
|
void | win32_monitor_from_window (void) |
|
int | win32_change_display_settings (const char *str, void *devmode_data, unsigned flags) |
|
void | win32_monitor_get_info (void) |
|
void | win32_monitor_info (void *data, void *hm_data, unsigned *mon_id) |
|
bool | win32_load_content_from_gui (const char *szFilename) |
|
static bool | win32_drag_query_file (HWND hwnd, WPARAM wparam) |
|
static LRESULT | win32_handle_keyboard_event (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) |
|
static void | win32_set_position_from_config (void) |
|
static void | win32_save_position (void) |
|
static LRESULT CALLBACK | WndProcCommon (bool *quit, HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) |
|
static void | win32_set_droppable (ui_window_win32_t *window, bool droppable) |
|
LRESULT CALLBACK | WndProcGDI (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) |
|
bool | win32_window_create (void *data, unsigned style, RECT *mon_rect, unsigned width, unsigned height, bool fullscreen) |
|
bool | win32_get_metrics (void *data, enum display_metric_types type, float *value) |
|
void | win32_monitor_init (void) |
|
static bool | win32_monitor_set_fullscreen (unsigned width, unsigned height, unsigned refresh, char *dev_name) |
|
void | win32_show_cursor (bool state) |
|
void | win32_check_window (bool *quit, bool *resize, unsigned *width, unsigned *height) |
|
bool | win32_suppress_screensaver (void *data, bool enable) |
|
void | win32_set_style (MONITORINFOEX *current_mon, HMONITOR *hm_to_use, unsigned *width, unsigned *height, bool fullscreen, bool windowed_full, RECT *rect, RECT *mon_rect, DWORD *style) |
|
void | win32_set_window (unsigned *width, unsigned *height, bool fullscreen, bool windowed_full, void *rect_data) |
|
bool | win32_set_video_mode (void *data, unsigned width, unsigned height, bool fullscreen) |
|
bool | win32_has_focus (void) |
|
HWND | win32_get_window (void) |
|
void | win32_window_reset (void) |
|
void | win32_destroy_window (void) |
|
void | win32_get_video_output_prev (unsigned *width, unsigned *height) |
|
float | win32_get_refresh_rate (void *data) |
|
void | win32_get_video_output_next (unsigned *width, unsigned *height) |
|
bool | win32_get_video_output (DEVMODE *dm, int mode, size_t len) |
|
void | win32_get_video_output_size (unsigned *width, unsigned *height) |
|