mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] all: move all SDL specific code into displayservers/sdl
This commit is contained in:
@@ -20,6 +20,11 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#ifndef _LG_TYPES_H_
|
||||
#define _LG_TYPES_H_
|
||||
|
||||
struct Point
|
||||
{
|
||||
int x, y;
|
||||
};
|
||||
|
||||
struct DoublePoint
|
||||
{
|
||||
double x, y;
|
||||
|
Reference in New Issue
Block a user