summaryrefslogtreecommitdiff
path: root/common/cogl-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/cogl-util.h')
-rw-r--r--common/cogl-util.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/common/cogl-util.h b/common/cogl-util.h
index 759da8cc..589ddd35 100644
--- a/common/cogl-util.h
+++ b/common/cogl-util.h
@@ -1,11 +1,9 @@
/*
- * Clutter COGL
+ * Cogl
*
- * A basic GL/GLES Abstraction/Utility Layer
+ * An object oriented GL/GLES Abstraction/Utility Layer
*
- * Authored By Matthew Allum <mallum@openedhand.com>
- *
- * Copyright (C) 2007 OpenedHand
+ * Copyright (C) 2007,2008,2009 Intel Corporation.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -26,7 +24,7 @@
#ifndef __COGL_UTIL_H
#define __COGL_UTIL_H
-int
+int
cogl_util_next_p2 (int a);
#endif /* __COGL_UTIL_H */