Module Name: src Committed By: macallan Date: Thu Jun 11 14:22:10 UTC 2020
Modified Files: src/sys/dev/pci: radeonfbvar.h Log Message: forgot to commit a header change, again... To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/radeonfbvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/pci/radeonfbvar.h diff -u src/sys/dev/pci/radeonfbvar.h:1.20 src/sys/dev/pci/radeonfbvar.h:1.21 --- src/sys/dev/pci/radeonfbvar.h:1.20 Wed Nov 5 19:39:17 2014 +++ src/sys/dev/pci/radeonfbvar.h Thu Jun 11 14:22:10 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: radeonfbvar.h,v 1.20 2014/11/05 19:39:17 macallan Exp $ */ +/* $NetBSD: radeonfbvar.h,v 1.21 2020/06/11 14:22:10 macallan Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -184,7 +184,7 @@ struct radeonfb_display { int rd_ncrtcs; struct radeonfb_crtc rd_crtcs[2]; - struct radeonfb_cursor rd_cursor; + struct radeonfb_cursor rd_cursor, rd_tempcursor; /* XXX: this should probaby be an array for CRTCs */ //struct videomode rd_videomode;