diff options
Diffstat (limited to 'src/XGetDCtl.c')
-rw-r--r-- | src/XGetDCtl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XGetDCtl.c b/src/XGetDCtl.c index 2e78e25..608b22a 100644 --- a/src/XGetDCtl.c +++ b/src/XGetDCtl.c @@ -130,6 +130,7 @@ XGetDeviceControl( case DEVICE_CORE: { size += sizeof(xDeviceCoreState); + break; } default: size += d->length; |