(OSX/Cocoa) basicEvent - change cmd to enum event_command
This commit is contained in:
parent
a730e35897
commit
bd95b0a8ae
|
@ -330,7 +330,7 @@ static void poll_iteration(void)
|
|||
|
||||
- (IBAction)basicEvent:(id)sender
|
||||
{
|
||||
unsigned cmd;
|
||||
enum event_command cmd;
|
||||
unsigned sender_tag = (unsigned)[sender tag];
|
||||
global_t *global = global_get_ptr();
|
||||
|
||||
|
|
Loading…
Reference in New Issue