mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Fix for xlib build bustage.
This commit is contained in:
parent
5dce94ef3e
commit
91c4f34276
@ -325,6 +325,13 @@ NS_IMETHODIMP nsWidget::SetFocus(void)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsWidget::SetName(const char * aName)
|
||||
{
|
||||
mName = aName;
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Window
|
||||
nsWidget::GetFocusWindow(void)
|
||||
{
|
||||
|
@ -80,6 +80,7 @@ public:
|
||||
|
||||
NS_IMETHOD Enable(PRBool bState);
|
||||
NS_IMETHOD SetFocus(void);
|
||||
NS_IMETHOD SetName(const char * aName);
|
||||
NS_IMETHOD SetBackgroundColor(const nscolor &aColor);
|
||||
virtual nsIFontMetrics* GetFont(void);
|
||||
NS_IMETHOD SetFont(const nsFont &aFont);
|
||||
|
Loading…
x
Reference in New Issue
Block a user