Home | History | Annotate | Download | only in x11

Lines Matching refs:posted

337 	int posted;
348 posted = SDL_PrivateMouseMotion(0, 1, deltax, deltay);
363 posted += SDL_PrivateMouseMotion(0, 1, deltax, deltay);
391 return(posted);
396 int posted;
420 posted = 0;
433 posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS);
435 posted = SDL_PrivateMouseMotion(0, 0,
454 posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS);
456 posted = SDL_PrivateMouseMotion(0, 0,
469 posted = SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
487 posted = SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS);
526 posted = SDL_PrivateMouseMotion(0, 1,
530 posted = X11_WarpedMotion(this,&xevent);
536 posted = SDL_PrivateMouseMotion(0, 0,
546 posted = SDL_PrivateMouseButton(SDL_PRESSED,
553 posted = SDL_PrivateMouseButton(SDL_RELEASED,
573 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
671 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
681 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
701 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
746 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
774 posted = SDL_PrivateKeyboard(SDL_RELEASED, &keysym);
789 posted = SDL_PrivateAppActive(0,
803 posted = SDL_PrivateAppActive(1, SDL_APPACTIVE);
862 posted = SDL_PrivateQuit();
870 posted = SDL_PrivateSysWMEvent(&wmmsg);
897 posted = SDL_PrivateSysWMEvent(&wmmsg);
902 return(posted);