X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fminimal_macosx%2Fvoutgl.h;h=eba5ecadd06cc9b63a485cef77e2cbdc8c5e63e8;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=8069c4f4eed989020bd7fd8fbc0d90bbe9cf7852;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/minimal_macosx/voutgl.h b/modules/gui/minimal_macosx/voutgl.h index 8069c4f4ee..eba5ecadd0 100644 --- a/modules/gui/minimal_macosx/voutgl.h +++ b/modules/gui/minimal_macosx/voutgl.h @@ -14,7 +14,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -46,5 +46,5 @@ struct vout_sys_t WindowRef theWindow; WindowGroupRef winGroup; vlc_bool_t b_clipped_out; - Rect clipBounds, viewBounds; + Rect clipBounds, viewBounds; };