Search
lxdream.org :: lxdream/src/gtkui/gtkui.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtkui.c
changeset 1123:b072c961c729
prev1098:4f2750753a6c
author nkeynes
date Thu Feb 23 15:24:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Check for existence of glDrawBuffer (assuming that glReadBuffer will
follow). Note only need to guard the common code in gl_fbo.c
file annotate diff log raw
1.1 --- a/src/gtkui/gtkui.c Sun Jan 31 18:36:06 2010 +1000
1.2 +++ b/src/gtkui/gtkui.c Thu Feb 23 15:24:47 2012 +1000
1.3 @@ -139,10 +139,10 @@
1.4 " </menu>"
1.5 " <menu action='SettingsMenu'>"
1.6 " <menuitem action='PathSettings'/>"
1.7 - " <menuitem action='AudioSettings'/>"
1.8 +/* " <menuitem action='AudioSettings'/>" */
1.9 " <menuitem action='ControllerSettings'/>"
1.10 - " <menuitem action='NetworkSettings'/>"
1.11 - " <menuitem action='VideoSettings'/>"
1.12 +/* " <menuitem action='NetworkSettings'/>" */
1.13 +/* " <menuitem action='VideoSettings'/>" */
1.14 " <menuitem action='HotkeySettings'/>"
1.15 " <separator/>"
1.16 " <menuitem action='FullScreen'/>"
1.17 @@ -199,10 +199,10 @@
1.18 " </menu>"
1.19 " <menu action='SettingsMenu'>"
1.20 " <menuitem action='PathSettings'/>"
1.21 - " <menuitem action='AudioSettings'/>"
1.22 +/* " <menuitem action='AudioSettings'/>" */
1.23 " <menuitem action='ControllerSettings'/>"
1.24 - " <menuitem action='NetworkSettings'/>"
1.25 - " <menuitem action='VideoSettings'/>"
1.26 +/* " <menuitem action='NetworkSettings'/>" */
1.27 +/* " <menuitem action='VideoSettings'/>" */
1.28 " <menuitem action='HotkeySettings'/>"
1.29 " <separator/>"
1.30 " <menuitem action='FullScreen'/>"
.