SDL/src/video
Sam Lantinga 767bb36364 Fixed bug 2676 - xdnd_version check issue in case ClientMessage
Nitz

I added xdnd_version check to XdndPosition case also
under DEBUG_XEVENTS macro.
by this we can get the action requested by user.

I analysed further and found out that removing xdnd_version check at XdndDrop case is a bad idea because
in XConvertSelection API timestamp should be passed if(xdnd_version >= 1)
otherwise CurrentTime should be passed
So xdnd_version check is important at XdndDrop case

I made xdnd_version as a static so that it can store the version in other cases also.
2014-11-28 04:42:46 -08:00
..
android Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
cocoa Mac: Add drag & drop support. 2014-11-24 11:46:20 -08:00
directfb Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
dummy Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
haiku Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
mir Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
nacl Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
pandora Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
psp Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
raspberry Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
uikit Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
vivante Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
wayland Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
windows Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
winrt WinRT: added initial SDL_TEXTINPUT support 2014-11-26 21:34:15 -05:00
x11 Fixed bug 2676 - xdnd_version check issue in case ClientMessage 2014-11-28 04:42:46 -08:00
SDL_blit_1.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_0.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_A.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_auto.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_auto.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_copy.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_copy.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_N.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_slow.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit_slow.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_blit.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_bmp.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_clipboard.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_egl_c.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_egl.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_fillrect.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_pixels_c.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_pixels.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_rect_c.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_rect.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_RLEaccel_c.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_RLEaccel.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_shape_internals.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_shape.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_stretch.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_surface.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_sysvideo.h Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
SDL_video.c Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00
sdlgenblit.pl Corrected header file documentation comment. 2014-11-22 22:20:40 +01:00