Method
PhocViewset_fullscreen
Declaration [src]
void
phoc_view_set_fullscreen (
PhocView* view,
_Bool fullscreen,
PhocOutput* output
)
Description [src]
If fullscreen is true. fullscreens a view on the given output or (if output is NULL) on the view’s current output. Unfullscreens the view if fullscreens is false.
Parameters
fullscreen-
Type:
_BoolWhether to fullscreen or unfulscreen.
output-
Type:
PhocOutputThe output to fullscreen the view on.
The data is owned by the caller of the method.