![]() |
libxputty 0.1
|
compatibility definitions (Linux, MSWindows): This file contains definitions and structs used to provide Xlib compatibility definitions for MSWindows. More...
Go to the source code of this file.
Data Structures | |
| struct | XEvent |
Typedefs | |
| typedef unsigned long int | XID |
| typedef unsigned long int | Atom |
| typedef XID | Display |
| typedef HWND | Window |
| typedef XID | Pixmap |
| typedef XID | KeySym |
| typedef void * | XIC |
| typedef void * | XIM |
| typedef XEvent | XButtonEvent |
| typedef XEvent | XKeyEvent |
| typedef XEvent | XMotionEvent |
Functions | |
| char * | convert_cp (DWORD cp_from, DWORD cp_to, char *s_from) |
compatibility definitions (Linux, MSWindows): This file contains definitions and structs used to provide Xlib compatibility definitions for MSWindows.
Definition in file xputty-mswin.h.
| typedef unsigned long int Atom |
Definition at line 50 of file xputty-mswin.h.
Definition at line 51 of file xputty-mswin.h.
Definition at line 54 of file xputty-mswin.h.
Definition at line 53 of file xputty-mswin.h.
| typedef HWND Window |
Definition at line 52 of file xputty-mswin.h.
| typedef XEvent XButtonEvent |
Definition at line 68 of file xputty-mswin.h.
| typedef void* XIC |
Definition at line 55 of file xputty-mswin.h.
| typedef unsigned long int XID |
Definition at line 49 of file xputty-mswin.h.
| typedef void* XIM |
Definition at line 56 of file xputty-mswin.h.
Definition at line 69 of file xputty-mswin.h.
| typedef XEvent XMotionEvent |
Definition at line 70 of file xputty-mswin.h.
| char * convert_cp | ( | DWORD | cp_from, |
| DWORD | cp_to, | ||
| char * | s_from | ||
| ) |
Definition at line 71 of file xwidget-mswin.c.
Referenced by locale_from_utf8(), and utf8_from_locale().