[meego-commits] 7822: Changes to Trunk:Testing/xorg-x11-server

Li Peng no_reply at build.meego.com
Sat Sep 25 03:41:16 UTC 2010


Hi,
I have made the following changes to xorg-x11-server in project Trunk:Testing. Please review and accept ASAP.

Thank You,
Li Peng

[This message was auto-generated]

---

Request #7822:

  submit:   devel:x11:Trunk/xorg-x11-server(r62) -> Trunk:Testing/xorg-x11-server


Message:
    Fix BMC #1760 (messed screen if doing rotation on handset)

State:   new          2010-09-24T20:41:15 pli1
Comment: None



changes files:
--------------
--- xorg-x11-server.changes
+++ xorg-x11-server.changes
@@ -0,0 +1,3 @@
+* Sat Sep 25 2010 Li Peng <peng.li at intel.com> - 1.9.0
+- Fix BMC #1760 (messed screen if doing rotation on handset)
+

spec files:
-----------

other changes:
--------------

++++++ xserver-1.5.0-bg-none-root.patch
--- xserver-1.5.0-bg-none-root.patch
+++ xserver-1.5.0-bg-none-root.patch
@@ -6,7 +6,7 @@
  CursorPtr rootCursor;
  Bool party_like_its_1989 = FALSE;
  Bool whiteRoot = FALSE;
-+Bool bgNoneRoot = FALSE;
++Bool bgNoneRoot = TRUE;
  
  int cursorScreenDevPriv[MAXSCREENS];
  
@@ -68,7 +68,7 @@
      }
    }
  
-+  if (bgNoneRoot && pScrn->canDoBGNoneRoot || 1) {
++  if (pScrn->canDoBGNoneRoot) {
 +    pWin->backgroundState = XaceBackgroundNoneState(pWin);
 +    pWin->background.pixel = pScreen->whitePixel;
 +    pScreen->ChangeWindowAttributes(pWin, CWBackPixmap | CWBorderPixel | CWCursor | CWBackingStore);




More information about the MeeGo-commits mailing list