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

  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 127 SWP swpDesktop, swp;
129 WinQueryWindowPos(HWND_DESKTOP, &swpDesktop);
134 if (x+cx>swpDesktop.cx)
135 x = swpDesktop.cx - cx;
140 if (y+cy>swpDesktop.cy)
141 y = swpDesktop.cy - cy;
148 if (x+swp.cx>swpDesktop.cx)
149 x = swpDesktop.cx - swp.cx;
154 if (y+swp.cy>swpDesktop.cy)
155 y = swpDesktop.cy - swp.cy
    [all...]

Completed in 2076 milliseconds