Reorganize server packages

There are now a lot of classes in the server, reorganize them into
subpackages.
This commit is contained in:
Romain Vimont
2024-07-11 22:38:00 +02:00
parent 80ca7b15e5
commit e84db2914d
67 changed files with 204 additions and 70 deletions

View File

@@ -1,9 +1,9 @@
package com.genymobile.scrcpy.wrappers;
import com.genymobile.scrcpy.Command;
import com.genymobile.scrcpy.DisplayInfo;
import com.genymobile.scrcpy.Ln;
import com.genymobile.scrcpy.Size;
import com.genymobile.scrcpy.util.Command;
import com.genymobile.scrcpy.device.DisplayInfo;
import com.genymobile.scrcpy.util.Ln;
import com.genymobile.scrcpy.device.Size;
import android.annotation.SuppressLint;
import android.hardware.display.VirtualDisplay;