Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 20:57:13 +1100 (EST)
From:      keef <hardcss@yahoo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/129291: [patch] x11-wm/windowmaker - openoffice full screen presentation issues
Message-ID:  <20081130095713.9E3874503D@k7.mavetju.org>
Resent-Message-ID: <200811301020.mAUAK4t5030167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129291
>Category:       ports
>Synopsis:       [patch] x11-wm/windowmaker - openoffice full screen presentation issues
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 30 10:20:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Keef
>Release:        FreeBSD 7.1-BETA i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju.org 7.1-BETA FreeBSD 7.1-BETA #0: Sun Sep 7 13:49:18 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


>Description:

(Forwarded from an earlier email by Edwin Groothuis <edwin@mavetju.org>)

  Hello. I'm a Japanese and a beginner in FreeBSD. I had been troubled by a
bug with
wmaker ver. 0.92.0_4 or earlier ones. The bug is that OpenOffice Impress
can not
show slides in fullscreen correctly (Slides are off to the side from the
center of the
screen).
   
  As you may already know, the same bug has been reported by so many users
and
there is a patch which fixes this bug. I tried this patch and fullscreen
presentations
in OpenOffice impress worked correctly.
   
Sorry for my poor English,
yours sincerely,
   
Keef

>How-To-Repeat:
>Fix:

--- src/event.c
+++ src/event.c
@@ -559,6 +559,10 @@
 wwin->flags.skip_next_animation = 1;
 wIconifyWindow(wwin);
 }
+ if (wwin->flags.fullscreen) {
+ wwin->flags.fullscreen = 0;
+ wFullscreenWindow(wwin);
+ }
 if (wwin->flags.hidden) {
 WApplication *wapp = wApplicationOf(wwin->main_window);

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081130095713.9E3874503D>