mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
checkpoint. changed CProtocolUtil::readf() to store 1 and 2
byte integers into pointers to 1 and 2 byte integers. was always assuming pointers to 4 byte integers.
This commit is contained in:
@@ -95,7 +95,7 @@ void CXWindowsPrimaryScreen::run()
|
||||
}
|
||||
|
||||
case MotionNotify: {
|
||||
log((CLOG_DEBUG "event: MotionNotify %d,%d", xevent.xmotion.x_root, xevent.xmotion.y_root));
|
||||
// log((CLOG_DEBUG "event: MotionNotify %d,%d", xevent.xmotion.x_root, xevent.xmotion.y_root));
|
||||
SInt32 x, y;
|
||||
if (!m_active) {
|
||||
x = xevent.xmotion.x_root;
|
||||
|
||||
Reference in New Issue
Block a user