зеркало из https://github.com/mozilla/pjs.git
Reverting unwanted changes
This commit is contained in:
Родитель
de97cd1849
Коммит
b9bbfbd0e1
|
@ -630,9 +630,8 @@ nsWindow::Move(PRInt32 aX, PRInt32 aY)
|
|||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsWindow::PlaceBehind(nsTopLevelWidgetZPlacement aPlacement,
|
||||
nsIWidget *aWidget,
|
||||
PRBool aActivate)
|
||||
nsWindow::PlaceBehind(nsIWidget *aWidget,
|
||||
PRBool aActivate)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
|
|
@ -186,8 +186,10 @@ public:
|
|||
GdkEventFocus *aEvent);
|
||||
void OnContainerFocusOutEvent(GtkWidget *aWidget,
|
||||
GdkEventFocus *aEvent);
|
||||
gboolean OnKeyPressEvent(GdkEventKey *aEvent);
|
||||
gboolean OnKeyReleaseEvent(GdkEventKey *aEvent);
|
||||
gboolean OnKeyPressEvent(GtkWidget *aWidget,
|
||||
GdkEventKey *aEvent);
|
||||
gboolean OnKeyReleaseEvent(GtkWidget *aWidget,
|
||||
GdkEventKey *aEvent);
|
||||
void OnScrollEvent(GtkWidget *aWidget,
|
||||
GdkEventScroll *aEvent);
|
||||
void OnVisibilityNotifyEvent(GtkWidget *aWidget,
|
||||
|
@ -362,12 +364,6 @@ public:
|
|||
|
||||
gfxASurface *GetThebesSurface();
|
||||
|
||||
virtual void SynthesizeNativeKeyEvent(PRInt32 aNativeKeyboardLayout,
|
||||
PRInt32 aNativeKeyCode,
|
||||
PRUint32 aModifierFlags,
|
||||
const nsAString& aCharacters,
|
||||
const nsAString& aUnmodifiedCharacters);
|
||||
|
||||
#ifdef ACCESSIBILITY
|
||||
static PRBool sAccessibilityEnabled;
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче