Search
lxdream.org :: lxdream/src/cocoaui/cocoaui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cocoaui/cocoaui.h
changeset 725:4d4018e8eeb8
prev691:ad3356543392
next736:a02d1475ccfd
author nkeynes
date Sun Jul 06 05:35:13 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add missing svn:keywords properties
file annotate diff log raw
1.1 --- a/src/cocoaui/cocoaui.h Thu Jun 19 04:40:37 2008 +0000
1.2 +++ b/src/cocoaui/cocoaui.h Sun Jul 06 05:35:13 2008 +0000
1.3 @@ -41,5 +41,10 @@
1.4 - (void)setIsGrabbed:(BOOL)grab;
1.5 @end
1.6
1.7 +@interface LxdreamPrefsPanel : NSPanel
1.8 +{
1.9 +}
1.10 +- (id)initWithContentRect:(NSRect)contentRect;
1.11 +@end
1.12
1.13 #endif /* lxdream_cocoaui_H */
1.14 \ No newline at end of file
.