]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkcolor.h
Avoid loop in paint update cycle
[~andy/gtk] / gdk / gdkcolor.h
index cab28a6453c738293f73a2f98a83a9e85d46af64..74310f3716c51c50c60abcfd7af466f0713bdfab 100644 (file)
@@ -12,9 +12,7 @@
  * 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, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#ifndef __GDK_COLOR_H__
+#define __GDK_COLOR_H__
+
 #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
 #error "Only <gdk/gdk.h> can be included directly."
 #endif
 
-#ifndef __GDK_COLOR_H__
-#define __GDK_COLOR_H__
-
 #include <cairo.h>
 #include <gdk/gdktypes.h>
 
@@ -43,7 +41,7 @@ G_BEGIN_DECLS
  *     draw this color on the screen. Not used anymore.
  * @red: The red component of the color. This is
  *     a value between 0 and 65535, with 65535 indicating
- *     full intensitiy
+ *     full intensity
  * @green: The green component of the color
  * @blue: The blue component of the color
  *