Establishing the locale and opening an XIM

#include <stdio.h> #include <X11/Xlib.h> #include <X11/Xlocale.h> #include <cstdlib> int main() { Display *display; XIM im; if (setlocale(LC_ALL, "") == NULL) { printf("cannot set
相关文章
相关标签/搜索