ngl-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ngl-commits] fixed most nuiWindow rendering errors. Still some left...


From: Sebastien Metrot <address@hidden>
Subject: [ngl-commits] fixed most nuiWindow rendering errors. Still some left... (can someone make a nice close button bitmap for us?? ; ) ).
Date: Sun, 19 Oct 2003 20:00:37 -0400

Commit from meeloo 2003-10-19 20:00 EDT
fixed most nuiWindow rendering errors. Still some left... (can someone make a nice close button bitmap for us?? ;) ).
Module File name Revision
nui ChangeLog 1.149 >>> 1.150
nui include/nuiTheme.h 1.19 >>> 1.20
nui src/core/nuiTheme.cpp 1.57 >>> 1.58
nui src/core/nuiWindow.cpp 1.52 >>> 1.53

nui/ChangeLog   1.149 >>> 1.150
Line 1
+ 2003/10/20 02:00  meeloo
+ - fixed most nuiWindow rendering errors. Still some left... (can someone make a nice close button bitmap for us?? ;) ).
+
  2003/10/18 02:44  meeloo
  - changed nuiWindowManager and nuiWindow. Removed nuiWindowDecoration and integrated it back into nuiWindow (the added complexity was not worth the trouble...)
  - many small bug fixes.

nui/include/nuiTheme.h   1.19 >>> 1.20
Line 85
    virtual void AdjustWindowRect(nuiRect& rRect, nuiWindowFlags Flags, bool RectIsClient = true);
    virtual bool IsInsideWindow(nuiRect Rect,nuiSize X,nuiSize Y,nuiWindowFlags Flags);
    virtual nuiPosition GetWindowPart(nuiRect rect,nuiSize X,nuiSize Y,nuiWindowFlags Flags, bool RectIsClient = true);
-   virtual void DrawWindowBackground(nuiDrawContext* pContext, nuiWindow* pWindow, nuiColor& DefaultColor);
+   virtual void DrawWindowBackground(nuiDrawContext* pContext, nuiWindow* pWindow, nuiColor& DefaultColor, bool Active);
 
    // Scrollbar:
    virtual void DrawScrollBarBackground(nuiDrawContext* pContext, nuiScrollBar* pScroll);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]