mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[host] nvfbc: fix use of initialized variable
This commit is contained in:
		| @@ -589,7 +589,10 @@ static void updateDamageRects(CaptureFrame * frame) | ||||
|  | ||||
|   // init the ds usage | ||||
|   for(unsigned int i = 0; i < ARRAY_LENGTH(ds); ++i) | ||||
|   { | ||||
|     ds[i].id  = -1; | ||||
|     ds[i].use = (bool)this->diffMap[i]; | ||||
|   } | ||||
|  | ||||
|   // reduce the number of resulting rectangles by filling in holes and merging | ||||
|   // irregular shapes into contiguous rectangles | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae