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
d2038058
Kaydet (Commit)
d2038058
authored
Eyl 05, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move all X11SalData stuff together
Change-Id: I2dc27e8aa0231ad66955721029f61720d757967f
üst
495ad69a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
saldata.cxx
vcl/unx/generic/app/saldata.cxx
+8
-0
saltimer.cxx
vcl/unx/generic/app/saltimer.cxx
+0
-8
No files found.
vcl/unx/generic/app/saldata.cxx
Dosyayı görüntüle @
d2038058
...
@@ -53,6 +53,7 @@
...
@@ -53,6 +53,7 @@
#include <X11/Xproto.h>
#include <X11/Xproto.h>
#include "salinst.hxx"
#include "salinst.hxx"
#include "saltimer.hxx"
#include <osl/signal.h>
#include <osl/signal.h>
#include <osl/thread.h>
#include <osl/thread.h>
...
@@ -564,6 +565,13 @@ void X11SalData::XError( Display *pDisplay, XErrorEvent *pEvent )
...
@@ -564,6 +565,13 @@ void X11SalData::XError( Display *pDisplay, XErrorEvent *pEvent )
m_aXErrorHandlerStack
.
back
().
m_bWas
=
true
;
m_aXErrorHandlerStack
.
back
().
m_bWas
=
true
;
}
}
void
X11SalData
::
Timeout
(
bool
idle
)
{
ImplSVData
*
pSVData
=
ImplGetSVData
();
if
(
pSVData
->
mpSalTimer
)
pSVData
->
mpSalTimer
->
CallCallback
(
idle
);
}
struct
YieldEntry
struct
YieldEntry
{
{
int
fd
;
// file descriptor for reading
int
fd
;
// file descriptor for reading
...
...
vcl/unx/generic/app/saltimer.cxx
Dosyayı görüntüle @
d2038058
...
@@ -23,18 +23,10 @@
...
@@ -23,18 +23,10 @@
#include <unistd.h>
#include <unistd.h>
#include <unx/salunx.h>
#include <unx/salunx.h>
#include <unx/saldata.hxx>
#include <unx/saldisp.hxx>
#include <unx/saldisp.hxx>
#include <unx/saltimer.h>
#include <unx/saltimer.h>
#include <unx/salinst.h>
#include <unx/salinst.h>
void
X11SalData
::
Timeout
(
bool
idle
)
{
ImplSVData
*
pSVData
=
ImplGetSVData
();
if
(
pSVData
->
mpSalTimer
)
pSVData
->
mpSalTimer
->
CallCallback
(
idle
);
}
void
SalXLib
::
StopTimer
()
void
SalXLib
::
StopTimer
()
{
{
m_aTimeout
.
tv_sec
=
0
;
m_aTimeout
.
tv_sec
=
0
;
...
...
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