Clean up the copyright and licensing blurbs
This commit is contained in:
parent
7c25b063aa
commit
de93f721c1
@ -119,7 +119,8 @@ clutter_stage_glx_realize (ClutterStageWindow *stage_window)
|
|||||||
|
|
||||||
/* Try and create a GLXWindow to use with extensions dependent on
|
/* Try and create a GLXWindow to use with extensions dependent on
|
||||||
* GLX versions >= 1.3 that don't accept regular X Windows as GLX
|
* GLX versions >= 1.3 that don't accept regular X Windows as GLX
|
||||||
* drawables. */
|
* drawables.
|
||||||
|
*/
|
||||||
if (glXQueryVersion (backend_x11->xdpy, &major, &minor) &&
|
if (glXQueryVersion (backend_x11->xdpy, &major, &minor) &&
|
||||||
major == 1 && minor >= 3 &&
|
major == 1 && minor >= 3 &&
|
||||||
_clutter_backend_glx_get_fbconfig (backend_glx, &config))
|
_clutter_backend_glx_get_fbconfig (backend_glx, &config))
|
||||||
@ -138,9 +139,9 @@ clutter_stage_glx_realize (ClutterStageWindow *stage_window)
|
|||||||
? stage_glx->glxwin
|
? stage_glx->glxwin
|
||||||
: stage_x11->xwin;
|
: stage_x11->xwin;
|
||||||
|
|
||||||
/* similarly to above, we unconditionally select this event
|
/* we unconditionally select this event because we rely on it to
|
||||||
* because we rely on it to advance the master clock, and
|
* advance the master clock, and drive redraw/relayout, animations
|
||||||
* drive redraw/relayout, animations and event handling.
|
* and event handling.
|
||||||
*/
|
*/
|
||||||
glXSelectEvent (backend_x11->xdpy,
|
glXSelectEvent (backend_x11->xdpy,
|
||||||
drawable,
|
drawable,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* An OpenGL based 'interactive canvas' library.
|
* An OpenGL based 'interactive canvas' library.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Intel Corp.
|
* Copyright © 2009, 2010, 2011 Intel Corp.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* An OpenGL based 'interactive canvas' library.
|
* An OpenGL based 'interactive canvas' library.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Intel Corp.
|
* Copyright © 2009, 2010, 2011 Intel Corp.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* An OpenGL based 'interactive canvas' library.
|
* An OpenGL based 'interactive canvas' library.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Intel Corp.
|
* Copyright © 2011 Intel Corp.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* An OpenGL based 'interactive canvas' library.
|
* An OpenGL based 'interactive canvas' library.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Intel Corp.
|
* Copyright © 2011 Intel Corp.
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,3 +1,26 @@
|
|||||||
|
/*
|
||||||
|
* Clutter.
|
||||||
|
*
|
||||||
|
* An OpenGL based 'interactive canvas' library.
|
||||||
|
*
|
||||||
|
* Copyright © 2010, 2011 Intel Corp.
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library 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
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Author: Emmanuele Bassi <ebassi@linux.intel.com>
|
||||||
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "clutter-input-device-core-x11.h"
|
#include "clutter-input-device-core-x11.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user