mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
implement SetTitle to fix bustage
This commit is contained in:
parent
99db328245
commit
7590c1db6b
@ -1824,3 +1824,9 @@ NS_IMETHODIMP nsWindow::CaptureRollupEvents(nsIRollupListener * aListener, PRBoo
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsWindow::SetTitle(const nsString& title)
|
||||
{
|
||||
NS_ASSERTION(0, "Would some Mac person please implement me? Thanks.");
|
||||
return NS_OK;
|
||||
}
|
||||
|
@ -155,6 +155,7 @@ public:
|
||||
NS_IMETHOD SetCursor(nsCursor aCursor);
|
||||
|
||||
NS_IMETHOD CaptureRollupEvents(nsIRollupListener * aListener, PRBool aDoCapture);
|
||||
NS_IMETHOD SetTitle(const nsString& title);
|
||||
|
||||
// Mac specific methods
|
||||
void nsRectToMacRect(const nsRect& aRect, Rect& aMacRect) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user