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
相關文章
相關標籤/搜索