X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Ffullscreen.h;h=fe58fc0a4e591736765d74ddb4315de661521f24;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=8c820a430c9e5ccd8547b4db71f467583b1bf076;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/ioncore/fullscreen.h b/ioncore/fullscreen.h index 8c820a4..fe58fc0 100644 --- a/ioncore/fullscreen.h +++ b/ioncore/fullscreen.h @@ -1,12 +1,9 @@ /* * ion/ioncore/fullscreen.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2007. * - * 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,14 +16,12 @@ #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 bool clientwin_fullscreen_scr(WClientWin *cwin, WScreen *vp, - bool switchto); -extern bool clientwin_enter_fullscreen(WClientWin *cwin, bool switchto); -extern bool clientwin_leave_fullscreen(WClientWin *cwin, bool switchto); -extern bool clientwin_set_fullscreen(WClientWin *cwin, int sp); -extern bool clientwin_is_fullscreen(WClientWin *cwin); +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); +extern bool region_enter_fullscreen(WRegion *reg, bool switchto); +extern bool region_leave_fullscreen(WRegion *reg, bool switchto); + + #endif /* ION_IONCORE_FULLSCREEN_H */