924ed187c1
+ clipboard redirection + audio redirection + RAIL support (ongoing)
14 lines
205 B
Objective-C
14 lines
205 B
Objective-C
//
|
|
// MRDPRailWindow.h
|
|
// Mac
|
|
//
|
|
// Created by Laxmikant Rashinkar
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface MRDPRailWindow : NSWindow
|
|
|
|
@end
|