Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2a4af0e2
Kaydet (Commit)
2a4af0e2
authored
Mar 16, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bypass X11-specific code if not on X11
Change-Id: I6452191b11b197b0f90ae6638019d3bc6db67ad7
üst
e0c2dd69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gensys.cxx
vcl/generic/app/gensys.cxx
+5
-3
gensys.h
vcl/inc/generic/gensys.h
+3
-1
No files found.
vcl/generic/app/gensys.cxx
Dosyayı görüntüle @
2a4af0e2
...
...
@@ -146,9 +146,9 @@ int SalGenericSystem::ShowNativeMessageBox( const OUString& rTitle, const OUStri
return
nResult
!=
-
1
?
nButtonIds
[
nResult
]
:
0
;
}
// ------------------------------------------------------------------------
// Helpers primarily for X Windowing derivatives
//
------------------------------------------------------------------------
#if !defined(ANDROID) && !defined(IOS)
//
X11-specific
const
char
*
SalGenericSystem
::
getFrameResName
()
{
...
...
@@ -213,4 +213,6 @@ OString SalGenericSystem::getFrameResName( SalExtStyle nStyle )
return
aBuf
.
makeStringAndClear
();
}
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vcl/inc/generic/gensys.h
Dosyayı görüntüle @
2a4af0e2
...
...
@@ -43,10 +43,12 @@ class VCL_DLLPUBLIC SalGenericSystem : public SalSystem
int
nButtonCombination
,
int
nDefaultButton
,
bool
bUseResources
);
// simple helpers primarily for X Windowing W_CLASS hints
#if !defined(ANDROID) && !defined(IOS)
// Simple helpers for X11 WM_CLASS hints
static
const
char
*
getFrameResName
();
static
const
char
*
getFrameClassName
();
static
rtl
::
OString
getFrameResName
(
SalExtStyle
nStyle
);
#endif
};
#endif // _SV_GENSYS_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment