Remove whitespace lines
This commit is contained in:
@@ -7,30 +7,30 @@
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
|
||||
|
||||
enum ClipboardEventType {
|
||||
|
||||
|
||||
CLIPBOARD_UPDATE
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
struct ClipboardEvent {
|
||||
|
||||
|
||||
hl_type* t;
|
||||
ClipboardEventType type;
|
||||
|
||||
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
|
||||
ClipboardEvent ();
|
||||
|
||||
|
||||
static void Dispatch (ClipboardEvent* event);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user