diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-21 00:36:42 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-21 00:36:42 +0000 |
| commit | e57165ae3f1706afec533d7b3cae17555a0f38ad (patch) | |
| tree | 569ef31d65ee53b19589e0b20e42ab7b96acb06c /macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h | |
| parent | b432dc873778f989f0dba95a87e1511558eb44ec (diff) | |
| download | pcsxr-e57165ae3f1706afec533d7b3cae17555a0f38ad.tar.gz | |
Implement window size for the PeopsXGL plug-in on OS X.
This plug-in will also try to fix the old, broken, and unused "Window Size" pref key.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86779 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h')
| -rwxr-xr-x | macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h b/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h index 6039cb34..2bc40052 100755 --- a/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h +++ b/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h @@ -21,8 +21,9 @@ IBOutlet NSControl *vSync; IBOutlet NSControl *proportionalResize; - IBOutlet NSPopUpButton *windowSize; IBOutlet NSPopUpButton *fullscreenSize; + IBOutlet NSFormCell *windowWidth; + IBOutlet NSFormCell *windowHeighth; IBOutlet NSPopUpButton *offscreenDrawing; IBOutlet NSPopUpButton *texColorDepth; |
