forked from pool/perl-Prima
17 lines
343 B
Diff
17 lines
343 B
Diff
|
|
--- include/apricot.h
|
||
|
|
+++ include/apricot.h
|
||
|
|
@@ -455,11 +455,11 @@
|
||
|
|
Rect R;
|
||
|
|
void* p;
|
||
|
|
Handle H;
|
||
|
|
-} GenericEvent, *PGenericEvent;
|
||
|
|
+} MyGenericEvent, *PGenericEvent;
|
||
|
|
|
||
|
|
typedef union _Event {
|
||
|
|
int cmd;
|
||
|
|
- GenericEvent gen;
|
||
|
|
+ MyGenericEvent gen;
|
||
|
|
PositionalEvent pos;
|
||
|
|
KeyEvent key;
|
||
|
|
} Event, *PEvent;
|