diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-23 21:38:13 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-10-23 21:38:13 +0000 |
| commit | 0a342e0492ee88b43f63ec3e3a17c463fad2bf09 (patch) | |
| tree | 506a58f4bc50634b2fb481786b2c963007901b8e /macosx/plugins/DFXVideo/macsrc/PluginConfigController.h | |
| parent | 0696bb38928d6652bc232055cd413579b352cc35 (diff) | |
| download | pcsxr-0a342e0492ee88b43f63ec3e3a17c463fad2bf09.tar.gz | |
Implement window size setting for PeopsSoftGL on OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87642 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginConfigController.h')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginConfigController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h index e5b3aac0..ea8e10ff 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h +++ b/macosx/plugins/DFXVideo/macsrc/PluginConfigController.h @@ -30,6 +30,8 @@ @property (strong) NSURL *vertexPath; @property (strong) NSURL *fragmentPath; +@property (weak) IBOutlet NSFormCell *displayWidth; +@property (weak) IBOutlet NSFormCell *displayHeight; - (IBAction)cancel:(id)sender; - (IBAction)ok:(id)sender; |
