|
From: <gi...@gp...> - 2011-01-28 04:20:40
|
The branch, master has been updated
via 1b7393d122447d04bb37aa48c91957558c8d83a8 (commit)
from 414da4d9d6b83756ba7cc1e727211d05338e987a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
src/hid/batch/batch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 1b7393d122447d04bb37aa48c91957558c8d83a8
Author: DJ Delorie <dj...@de...>
Commit: DJ Delorie <dj...@de...>
C++ compatibility for the batch HID.
Just a keyword rename (xor).
:100644 100644 1fa97c7... ea75d99... M src/hid/batch/batch.c
=========
Changes
=========
commit 1b7393d122447d04bb37aa48c91957558c8d83a8
Author: DJ Delorie <dj...@de...>
Commit: DJ Delorie <dj...@de...>
C++ compatibility for the batch HID.
Just a keyword rename (xor).
diff --git a/src/hid/batch/batch.c b/src/hid/batch/batch.c
index 1fa97c7..ea75d99 100644
--- a/src/hid/batch/batch.c
+++ b/src/hid/batch/batch.c
@@ -203,7 +203,7 @@ batch_set_line_width (hidGC gc, int width)
}
static void
-batch_set_draw_xor (hidGC gc, int xor)
+batch_set_draw_xor (hidGC gc, int xor_set)
{
}
|