Bug 389242 - "Kill old gfx and obsolete code in nsWindow" (more from nsWindow.h) [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=roc]

This commit is contained in:
reed@reedloden.com 2007-09-15 10:54:10 -07:00
Родитель 5ee249f01b
Коммит 22e9bddb2b
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -70,9 +70,7 @@ class imgIContainer;
#include "nsIAccessible.h"
#endif
#ifdef MOZ_CAIRO_GFX
#include "gfxWindowsSurface.h"
#endif
#define IME_MAX_CHAR_POS 64
@ -208,9 +206,7 @@ public:
NS_IMETHOD GetLastInputEventTime(PRUint32& aTime);
nsWindow* GetTopLevelWindow();
#ifdef MOZ_CAIRO_GFX
gfxASurface *GetThebesSurface();
#endif
#ifdef MOZ_XUL
NS_IMETHOD SetWindowTranslucency(PRBool aTransparent);