mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[client] app: rename up,right,down,left rotation to 0,90,180,270
This commit is contained in:
@@ -59,10 +59,10 @@ LG_RendererSupport;
|
||||
|
||||
typedef enum LG_RendererRotate
|
||||
{
|
||||
LG_ROTATE_UP,
|
||||
LG_ROTATE_DOWN,
|
||||
LG_ROTATE_LEFT,
|
||||
LG_ROTATE_RIGHT
|
||||
LG_ROTATE_0,
|
||||
LG_ROTATE_90,
|
||||
LG_ROTATE_180,
|
||||
LG_ROTATE_270
|
||||
}
|
||||
LG_RendererRotate;
|
||||
|
||||
|
Reference in New Issue
Block a user