summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkframe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index 58b9aa5e563d..6c354c30ea44 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -272,7 +272,7 @@ class GtkSalFrame : public SalFrame, public X11WindowProvider
bool bSendRelease
);
- GdkNativeWindow findTopLevelSystemWindow( GdkNativeWindow aWindow );
+ static GdkNativeWindow findTopLevelSystemWindow( GdkNativeWindow aWindow );
static int m_nFloats;
@@ -304,8 +304,8 @@ class GtkSalFrame : public SalFrame, public X11WindowProvider
void createNewWindow( ::Window aParent, bool bXEmbed, SalX11Screen nXScreen );
void askForXEmbedFocus( sal_Int32 nTimecode );
- void AllocateFrame();
- void TriggerPaintEvent();
+ static void AllocateFrame();
+ static void TriggerPaintEvent();
void updateWMClass();
void SetScreen( unsigned int nNewScreen, int eType, Rectangle *pSize = NULL );
@@ -331,8 +331,8 @@ public:
void grabPointer(bool bGrab, bool bOwnerEvents = false);
void grabKeyboard(bool bGrab);
- GtkSalDisplay* getDisplay();
- GdkDisplay* getGdkDisplay();
+ static GtkSalDisplay* getDisplay();
+ static GdkDisplay* getGdkDisplay();
GtkWidget* getWindow() const { return m_pWindow; }
GtkFixed* getFixedContainer() const { return m_pFixedContainer; }
GdkWindow* getForeignParent() const { return m_pForeignParent; }