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

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
OISConsole.cpp 61 Display *xDisp = 0;
231 XDestroyWindow(xDisp, xWin);
232 XCloseDisplay(xDisp);
261 if( !(xDisp = XOpenDisplay(0)) )
264 xWin = XCreateSimpleWindow(xDisp, DefaultRootWindow(xDisp), 0, 0, 100, 100, 0, 0, 0);
266 XMapWindow(xDisp, xWin);
269 XSelectInput(xDisp, xWin, StructureNotifyMask | SubstructureNotifyMask);
270 Atom wmProto = XInternAtom(xDisp, "WM_PROTOCOLS", False);
271 Atom wmDelete = XInternAtom(xDisp, "WM_DELETE_WINDOW", False)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-alpha.c 3278 bfd_signed_vma xdisp; local
    [all...]

Completed in 717 milliseconds