SHA256
9
0
forked from pool/perl-Prima
Files
perl-Prima/Prima-GenericEvent.patch

17 lines
343 B
Diff
Raw Normal View History

--- 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;