diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-08-14 18:43:15 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-08-14 18:43:15 +0000 |
commit | 36649d4e472172fe840444ac0268c7b6b4da94b4 (patch) | |
tree | a3f8b35980e18f7faee2e82e079746f71b0ee02c /gr-wxgui/gr-wxgui.conf | |
parent | 5b09804605cd41bbc3fdcb917eda3f69a7598af9 (diff) |
Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL versions of fftsink, waterfallsink, and scopesink, and new constsink. See README.gl for use. (Josh Blum)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9290 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-wxgui/gr-wxgui.conf')
-rw-r--r-- | gr-wxgui/gr-wxgui.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-wxgui/gr-wxgui.conf b/gr-wxgui/gr-wxgui.conf index f6b128c687..6dcc54d2c6 100644 --- a/gr-wxgui/gr-wxgui.conf +++ b/gr-wxgui/gr-wxgui.conf @@ -3,5 +3,6 @@ # ~/.gnuradio/config.conf [wxgui] +style = auto # 'gl', 'nongl', or 'auto' fft_rate = 15 # fftsink and waterfallsink frame_decim = 1 # scopesink |