From e57165ae3f1706afec533d7b3cae17555a0f38ad Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 21 Aug 2013 00:36:42 +0000 Subject: 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 --- .../plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h') 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; -- cgit v1.2.3