]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/fullscreen.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / fullscreen.h
index 28227038b8b1e6f123d32a7bc03323963413995e..45a0a085796a12a3ceddac72b8b62f5ddc3dcd22 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/fullscreen.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #ifndef ION_IONCORE_FULLSCREEN_H
@@ -19,8 +16,7 @@
 
 #define REGION_IS_FULLSCREEN(REG) OBJ_IS(REGION_PARENT(REG), WScreen)
 
-extern bool clientwin_check_fullscreen_request(WClientWin *cwin, 
-                                               int w, int h, bool switchto);
+extern WScreen *clientwin_fullscreen_chkrq(WClientWin *cwin, int w, int h);
 extern bool clientwin_fullscreen_may_switchto(WClientWin *cwin);
 
 extern bool region_fullscreen_scr(WRegion *reg, WScreen *vp, bool switchto);