--- Frodo4/Src/Prefs.h 2003/07/09 13:51:13 1.3 +++ Frodo4/Src/Prefs.h 2004/01/12 15:13:20 1.5 @@ -1,7 +1,7 @@ /* * Prefs.h - Global preferences * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,10 +47,10 @@ enum { }; -// Display types (BeOS) +// Display types enum { - DISPTYPE_WINDOW, // BWindow - DISPTYPE_SCREEN // BWindowScreen + DISPTYPE_WINDOW, // Window + DISPTYPE_SCREEN // Fullscreen };