Skip to content

Commit

Permalink
Added Mac OS X fullscreen driver to drivers.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jblang committed Sep 23, 2006
1 parent 34ae35c commit 5194c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/drivers.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <config.h>
#include <ui.h>
extern CONST struct ui_driver svga_driver, x11_driver, dog_driver,
plan9_driver, plan9_driver, mac_driver, mac_full_driver, osx_driver, os2vio_driver,
plan9_driver, plan9_driver, mac_driver, mac_full_driver, osx_driver, osx_fullscreen_driver, os2vio_driver,
be_driver, be_direct_driver, be_screen_driver, aalib_driver, ggi_driver,
win32_driver, dxw_driver, dxf_driver, DGA_driver;
CONST struct ui_driver *CONST drivers[] = {
Expand Down Expand Up @@ -64,6 +64,7 @@ CONST struct ui_driver *CONST drivers[] = {
#endif
#ifdef OSX_DRIVER
&osx_driver,
&osx_fullscreen_driver,
#endif
#ifdef BEOS_DRIVER
&be_driver,
Expand Down

0 comments on commit 5194c2e

Please sign in to comment.