mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[host] cosmetics
This commit is contained in:
		@@ -278,14 +278,7 @@ bool Service::Process()
 | 
			
		||||
  if (cursor.hasPos || cursor.hasShape)
 | 
			
		||||
  {
 | 
			
		||||
    EnterCriticalSection(&m_cursorCS);
 | 
			
		||||
 | 
			
		||||
//    bool hasPos   = m_cursorInfo.hasPos   || cursor.hasPos;
 | 
			
		||||
//    bool hasShape = m_cursorInfo.hasShape || cursor.hasShape;
 | 
			
		||||
 | 
			
		||||
    memcpy(&m_cursorInfo, &cursor, sizeof(struct CursorInfo));
 | 
			
		||||
//    m_cursorInfo.hasPos   = hasPos;
 | 
			
		||||
//    m_cursorInfo.hasShape = hasShape;
 | 
			
		||||
 | 
			
		||||
    LeaveCriticalSection(&m_cursorCS);
 | 
			
		||||
    SetEvent(m_cursorEvent);
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user