Separated formats from targets.

This commit is contained in:
Camilla Berglund
2013-04-29 12:43:54 +02:00
parent dab22c4c53
commit ae1532670c
3 changed files with 22 additions and 17 deletions
-3
View File
@@ -66,8 +66,6 @@
#define _GLFW_PLATFORM_LIBRARY_WINDOW_STATE _GLFWlibraryX11 x11
#define _GLFW_PLATFORM_MONITOR_STATE _GLFWmonitorX11 x11
#define _GLFW_CLIPBOARD_FORMAT_COUNT 3
//========================================================================
// GLFW platform specific types
@@ -177,7 +175,6 @@ typedef struct _GLFWlibraryX11
} timer;
struct {
Atom formats[_GLFW_CLIPBOARD_FORMAT_COUNT];
char* string;
Atom property;
} selection;