summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-18 10:07:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-18 10:08:31 +0100
commit7b2d8deef6580fb28adc02ab2d0fa1b43142543d (patch)
tree4b77a8df89a6ec6de8e4366fde7f34eb30f8c106 /vcl/inc
parent94699cdec88ae181548d108b4a96f97be1f6c365 (diff)
Fix --enable-kde4 again
...after c88165dfb46c771eba6324ec061bf4455732194e "loplugin: unused return values in vcl/" Change-Id: Ia9acead013d80f5747e2cb7f18d46cd163890eda
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/saldisp.hxx1
-rw-r--r--vcl/inc/unx/salframe.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx
index 1207fa3bfe3a..99fac241398c 100644
--- a/vcl/inc/unx/saldisp.hxx
+++ b/vcl/inc/unx/saldisp.hxx
@@ -332,6 +332,7 @@ public:
Time GetLastUserEventTime( bool bAlwaysReget = false ) const;
bool XIfEventWithTimeout( XEvent*, XPointer, X_if_predicate, long i_nTimeout = 1000 ) const;
+ SalXLib* GetXLib() const { return pXLib_; }
SalI18N_InputMethod* GetInputMethod() const { return mpInputMethod; }
SalI18N_KeyboardExtension* GetKbdExtension() const { return mpKbdExtension; }
diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h
index 94de1ca4369d..87d38a376f8b 100644
--- a/vcl/inc/unx/salframe.h
+++ b/vcl/inc/unx/salframe.h
@@ -182,6 +182,7 @@ public:
::Window GetForeignParent() const { return mhForeignParent; }
::Window GetStackingWindow() const { return mhStackingWindow; }
void Close() const { CallCallback( SALEVENT_CLOSE, NULL ); }
+ SalFrameStyleFlags GetStyle() const { return nStyle_; }
Cursor GetCursor() const { return hCursor_; }
bool IsCaptured() const { return nCaptured_ == 1; }