[gtkglext] Make gdk_gl_parse_args() a static function
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkglext] Make gdk_gl_parse_args() a static function
- Date: Wed, 21 Jul 2010 14:33:45 +0000 (UTC)
commit 3967052e51d12156e5a5f318dc8db157ce9604be
Author: Mukund Sivaraman <muks banu com>
Date: Wed Jul 21 19:57:56 2010 +0530
Make gdk_gl_parse_args() a static function
gdk/gdkglinit.c | 2 +-
gdk/gdkglinit.h | 3 ---
2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/gdk/gdkglinit.c b/gdk/gdkglinit.c
index 01c4c59..dac881a 100644
--- a/gdk/gdkglinit.c
+++ b/gdk/gdkglinit.c
@@ -59,7 +59,7 @@ static const guint gdk_gl_ndebug_keys = G_N_ELEMENTS (gdk_gl_debug_keys);
*
* Return value: %TRUE if initialization succeeded, otherwise %FALSE.
**/
-gboolean
+static gboolean
gdk_gl_parse_args (int *argc,
char ***argv)
{
diff --git a/gdk/gdkglinit.h b/gdk/gdkglinit.h
index c0abdd1..0661b10 100644
--- a/gdk/gdkglinit.h
+++ b/gdk/gdkglinit.h
@@ -28,9 +28,6 @@ G_BEGIN_DECLS
* Initialization routines.
*/
-gboolean gdk_gl_parse_args (int *argc,
- char ***argv);
-
gboolean gdk_gl_init_check (int *argc,
char ***argv);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]