Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/rpi the RPi wiki had the values for VCPROPTA...



details:   https://anonhg.NetBSD.org/src/rev/ca1664e25ee8
branches:  trunk
changeset: 332569:ca1664e25ee8
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun Sep 28 12:57:22 2014 +0000

description:
the RPi wiki had the values for VCPROPTAG_SET_CURSOR_INFO and
VCPROPTAG_SET_CURSOR_STATE swapped - now they actually work
thanks jmcneill@ for having the right idea

diffstat:

 sys/arch/evbarm/rpi/vcprop.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 4b267506e78d -r ca1664e25ee8 sys/arch/evbarm/rpi/vcprop.h
--- a/sys/arch/evbarm/rpi/vcprop.h      Sun Sep 28 11:27:00 2014 +0000
+++ b/sys/arch/evbarm/rpi/vcprop.h      Sun Sep 28 12:57:22 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vcprop.h,v 1.11 2014/09/23 10:52:21 macallan Exp $     */
+/*     $NetBSD: vcprop.h,v 1.12 2014/09/28 12:57:22 macallan Exp $     */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -93,8 +93,8 @@
 #define        VCPROPTAG_UNLOCKMEM             0x0003000e
 #define        VCPROPTAG_RELEASEMEM            0x0003000f
 
-#define        VCPROPTAG_SET_CURSOR_INFO       0x00008011
-#define        VCPROPTAG_SET_CURSOR_STATE      0x00008010
+#define        VCPROPTAG_SET_CURSOR_INFO       0x00008010
+#define        VCPROPTAG_SET_CURSOR_STATE      0x00008011
 
        uint32_t vpt_len;
        uint32_t vpt_rcode;



Home | Main Index | Thread Index | Old Index