summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-07-06 12:48:09 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-07-06 12:48:09 (GMT)
commit82a05ddd3c8c826d286587a3922bbf90d2de3045 (patch)
treecf72a8521126a959639453266fbc806133dfde1c /src
parent34774e7829716b4ef7c0bf54db78193a55f0aa61 (diff)
downloadpowder-82a05ddd3c8c826d286587a3922bbf90d2de3045.zip
powder-82a05ddd3c8c826d286587a3922bbf90d2de3045.tar.gz
Remove define for Linux Clipboard
Diffstat (limited to 'src')
-rw-r--r--src/graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index a45b02d..650d80e 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -4277,7 +4277,7 @@ int sdl_open(void)
sdl_seticon();
SDL_EnableUNICODE(1);
//SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL);
-#if (defined(LIN32) || defined(LIN64)) && defined(SDL_VIDEO_DRIVER_X11) && defined(LIN_CLIP_TEST)
+#if (defined(LIN32) || defined(LIN64)) && defined(SDL_VIDEO_DRIVER_X11)
SDL_EventState(SDL_SYSWMEVENT, SDL_ENABLE);
SDL_VERSION(&sdl_wminfo.version);
SDL_GetWMInfo(&sdl_wminfo);