patches/wesnoth-02-fixusleep.diff
author sobi
Fri, 07 Aug 2009 16:18:14 +0000
changeset 2043 60746dbf40fe
permissions -rw-r--r--
2009-08-07 Petr Sobotka <[email protected]> * SFEwesnoth.spec: Bump to version 1.6.4 * copyright/wesnoth.copyright: * patches/wesnoth-02-fixusleep.diff: * patches/wesnoth-03-fixtolower.diff: * patches/wesnoth-04-fixatoi.diff: * patches/wesnoth-05-fixround.diff: * patches/wesnoth-06-fixreturn.diff: * patches/wesnoth-07-fixserver.diff:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2043
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     1
--- wesnoth-1.6a/src/clipboard.cpp.fixusleep	2009-03-21 14:18:11.658930130 +0100
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     2
+++ wesnoth-1.6a/src/clipboard.cpp	2009-03-21 14:18:41.221762529 +0100
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     3
@@ -24,6 +24,7 @@
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     4
 
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     5
 
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     6
 #include "SDL_syswm.h"
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     7
+#include <unistd.h>
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     8
 
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     9
 /**
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
    10
  The following are two classes which wrap the SDL's interface to X,