gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui aqua.cpp sdlsup.h aqua_glue.h aqua_og...


From: Markus Gothe
Subject: [Gnash-commit] gnash/gui aqua.cpp sdlsup.h aqua_glue.h aqua_og...
Date: Sun, 06 May 2007 22:13:51 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/06 22:13:51

Modified files:
        gui            : aqua.cpp sdlsup.h 
Added files:
        gui            : aqua_glue.h aqua_ogl_glue.cpp aqua_ogl_glue.h 
                         aquasup.h 

Log message:
        Intial stubs

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua.cpp?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/sdlsup.h?cvsroot=gnash&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua_glue.h?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua_ogl_glue.cpp?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aqua_ogl_glue.h?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/aquasup.h?cvsroot=gnash&rev=1.1

Patches:
Index: aqua.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/aqua.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- aqua.cpp    5 May 2007 08:20:01 -0000       1.1
+++ aqua.cpp    6 May 2007 22:13:51 -0000       1.2
@@ -0,0 +1,20 @@
+// 
+//   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+// 
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+// 
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+// 
+//
+
+/* $Id: aqua.cpp,v 1.2 2007/05/06 22:13:51 nihilus Exp $ */

Index: sdlsup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/sdlsup.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- sdlsup.h    29 Oct 2006 18:34:10 -0000      1.19
+++ sdlsup.h    6 May 2007 22:13:51 -0000       1.20
@@ -1,5 +1,5 @@
 // 
-//   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+//   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
 // 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -17,6 +17,8 @@
 // 
 //
 
+/* $Id: sdlsup.h,v 1.20 2007/05/06 22:13:51 nihilus Exp $ */
+
 #ifndef __SDLSUP_H__
 #define __SDLSUP_H__
 

Index: aqua_glue.h
===================================================================
RCS file: aqua_glue.h
diff -N aqua_glue.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ aqua_glue.h 6 May 2007 22:13:51 -0000       1.1
@@ -0,0 +1,20 @@
+// 
+//   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+// 
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+// 
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+// 
+//
+
+/* $Id: aqua_glue.h,v 1.1 2007/05/06 22:13:51 nihilus Exp $ */

Index: aqua_ogl_glue.cpp
===================================================================
RCS file: aqua_ogl_glue.cpp
diff -N aqua_ogl_glue.cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ aqua_ogl_glue.cpp   6 May 2007 22:13:51 -0000       1.1
@@ -0,0 +1,20 @@
+// 
+//   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+// 
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+// 
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+// 
+//
+
+/* $Id: aqua_ogl_glue.cpp,v 1.1 2007/05/06 22:13:51 nihilus Exp $ */

Index: aqua_ogl_glue.h
===================================================================
RCS file: aqua_ogl_glue.h
diff -N aqua_ogl_glue.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ aqua_ogl_glue.h     6 May 2007 22:13:51 -0000       1.1
@@ -0,0 +1,20 @@
+// 
+//   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+// 
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+// 
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+// 
+//
+
+/* $Id: aqua_ogl_glue.h,v 1.1 2007/05/06 22:13:51 nihilus Exp $ */

Index: aquasup.h
===================================================================
RCS file: aquasup.h
diff -N aquasup.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ aquasup.h   6 May 2007 22:13:51 -0000       1.1
@@ -0,0 +1,20 @@
+// 
+//   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+// 
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+// 
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+// 
+//
+
+/* $Id: aquasup.h,v 1.1 2007/05/06 22:13:51 nihilus Exp $ */




reply via email to

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