X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Ffullscreen.c;h=2ddf9856bacb066802a171640c276417fd2a42c0;hb=0e823ba752af388ba5ca99800d094f88a11290db;hp=12de1184e9c7f4af9c2af6a6981e42b9682b4fc9;hpb=d2a43a53786878c1273313249d3b49f6cd559b00;p=ion3.git diff --git a/ioncore/fullscreen.c b/ioncore/fullscreen.c index 12de118..2ddf985 100644 --- a/ioncore/fullscreen.c +++ b/ioncore/fullscreen.c @@ -1,7 +1,7 @@ /* * ion/ioncore/fullscreen.c * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2008. * * See the included file LICENSE for details. */ @@ -167,16 +167,5 @@ bool group_set_fullscreen_extl(WGroup *grp, const char *how) } -/*EXTL_DOC - * Is \var{reg} in full screen mode? - */ -EXTL_SAFE -EXTL_EXPORT_MEMBER -bool group_is_fullscreen(WGroup *grp) -{ - return REGION_IS_FULLSCREEN(grp); -} - - /*}}}*/