aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-06-04 17:08:21 +0200
committermarha <marha@users.sourceforge.net>2013-06-04 17:08:21 +0200
commita7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87 (patch)
treee256cfaae84dce150554c581ed0da05963ccc4d8 /xorg-server/include
parent5e2417d0b8611db29de549832534a1de298c97df (diff)
downloadvcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.tar.gz
vcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.tar.bz2
vcxsrv-a7313d3a6c1a2074ab83fa3d605cd2c5e4a99f87.zip
Solved compilation problems
Diffstat (limited to 'xorg-server/include')
-rw-r--r--xorg-server/include/eventstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/eventstr.h b/xorg-server/include/eventstr.h
index 3950584d5..cce903d04 100644
--- a/xorg-server/include/eventstr.h
+++ b/xorg-server/include/eventstr.h
@@ -176,7 +176,7 @@ struct _DeviceChangedEvent {
struct {
uint32_t min; /**< Minimum value */
uint32_t max; /**< Maximum value */
- double value; /**< Current value */;
+ double value; /**< Current value */
/* FIXME: frac parts of min/max */
uint32_t resolution; /**< Resolution counts/m */
uint8_t mode; /**< Relative or Absolute */