comparison mac/dw.m @ 1529:92bed442620a

Didn't notice that [NSApplication stop] took a sender parameter on Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 05 Jan 2012 15:55:26 +0000
parents 5facb5380944
children eecfceaf581f
comparison
equal deleted inserted replaced
1528:5facb5380944 1529:92bed442620a
2818 /* 2818 /*
2819 * Causes running dw_main() to return. 2819 * Causes running dw_main() to return.
2820 */ 2820 */
2821 void API dw_main_quit(void) 2821 void API dw_main_quit(void)
2822 { 2822 {
2823 [DWApp stop]; 2823 [DWApp stop:nil];
2824 } 2824 }
2825 2825
2826 /* 2826 /*
2827 * Runs a message loop for Dynamic Windows, for a period of milliseconds. 2827 * Runs a message loop for Dynamic Windows, for a period of milliseconds.
2828 * Parameters: 2828 * Parameters: