HomeSort by relevance Sort by last modified time
    Searched full:classhints (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 419 XClassHint *classhints; local
420 classhints = XAllocClassHint();
421 if(classhints != NULL) {
422 classhints->res_name = classname;
423 classhints->res_class = classname;
424 XSetClassHint(SDL_Display, WMwindow, classhints);
425 XFree(classhints);
    [all...]

Completed in 605 milliseconds