[gtk+/gtk-3-4] Correct the docs for GDK_MSB_FIRST
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-4] Correct the docs for GDK_MSB_FIRST
- Date: Sun, 15 Jul 2012 16:59:00 +0000 (UTC)
commit 167df3ea0331b4c24213f927725c9296d475f5ce
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 26 14:40:12 2012 -0400
Correct the docs for GDK_MSB_FIRST
https://bugzilla.gnome.org/show_bug.cgi?id=571254
gdk/gdktypes.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 2b66e20..2b25473 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -135,7 +135,7 @@ typedef struct _GdkAppLaunchContext GdkAppLaunchContext;
* in memory as 0xcc, 0xee, 0xff, 0x00.
* @GDK_MSB_FIRST: The values are stored with the most-significant byte
* first. For instance, the 32-bit value 0xffeecc would be stored
- * in memory as 0x00, 0xcc, 0xee, 0xff.
+ * in memory as 0x00, 0xff, 0xee, 0xcc.
*
* A set of values describing the possible byte-orders
* for storing pixel values in memory.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]