stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus src/ui/menu_proc.c doc/ChangeLog.html


From: Russell Smith
Subject: [Stratagus-CVS] stratagus src/ui/menu_proc.c doc/ChangeLog.html
Date: Mon, 27 Oct 2003 00:56:20 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Russell Smith <address@hidden>  03/10/27 00:56:20

Modified files:
        src/ui         : menu_proc.c 
        doc            : ChangeLog.html 

Log message:
        Fixed Bug #6063: Copy and Paste isn't working in boxes

Patches:
Index: stratagus/doc/ChangeLog.html
diff -u stratagus/doc/ChangeLog.html:1.564 stratagus/doc/ChangeLog.html:1.565
--- stratagus/doc/ChangeLog.html:1.564  Mon Oct 27 00:39:34 2003
+++ stratagus/doc/ChangeLog.html        Mon Oct 27 00:56:19 2003
@@ -2,7 +2,7 @@
 <html>
 <head>
 <!--
-----   $Id: ChangeLog.html,v 1.564 2003/10/27 05:39:34 mr-russ Exp $
+----   $Id: ChangeLog.html,v 1.565 2003/10/27 05:56:19 mr-russ Exp $
 
 ----   (c) Copyright 1998-2003 by Lutz Sammer
 
@@ -36,6 +36,7 @@
 <li>Future 2.00 Release<p>
     <ul>
     <li>++
+    <li>Fixed Bug #6063: Copy and Paste isn't working in boxes (from Russell 
Smith).
     <li>Fixed Bug #6085: Pb in saving spell order action (from Russell Smith).
     <li>Applied patch #2130 (missile flags and area-heal) (from Jarod Dauphin).
     <li>Applied patch #2116 (correct missile directions) (from Jarod Dauphin).
Index: stratagus/src/ui/menu_proc.c
diff -u stratagus/src/ui/menu_proc.c:1.107 stratagus/src/ui/menu_proc.c:1.108
--- stratagus/src/ui/menu_proc.c:1.107  Thu Oct 16 13:03:01 2003
+++ stratagus/src/ui/menu_proc.c        Mon Oct 27 00:56:19 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: menu_proc.c,v 1.107 2003/10/16 17:03:01 jsalmon3 Exp $
+//     $Id: menu_proc.c,v 1.108 2003/10/27 05:56:19 mr-russ Exp $
 
 //@{
 
@@ -68,6 +68,7 @@
 
 #ifdef USE_SDL
 #include "SDL.h"
+#include "SDL_syswm.h"
 #endif
 
 /*----------------------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]