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
10be411f
Kaydet (Commit)
10be411f
authored
Mar 21, 2014
tarafından
Zolnai Tamás
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove opengl usage from svx until we can't solve building problems
Change-Id: I45b2e0f772f7bcc47bc2e0ce2c7639ef775b379b
üst
40c8121f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
viewobjectcontactofopenglobj.hxx
include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx
+0
-4
Library_svxcore.mk
svx/Library_svxcore.mk
+0
-3
viewobjectcontactofopenglobj.cxx
svx/source/sdr/contact/viewobjectcontactofopenglobj.cxx
+0
-3
No files found.
include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx
Dosyayı görüntüle @
10be411f
...
...
@@ -11,7 +11,6 @@
#define INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACTOFOPENGL_HXX
#include <svx/sdr/contact/viewobjectcontactofsdrobj.hxx>
#include <vcl/OpenGLContext.hxx>
class
Window
;
...
...
@@ -26,9 +25,6 @@ public:
protected
:
Window
*
getWindow
()
const
;
private
:
OpenGLContext
m_aOpenGLContext
;
};
}
// namespace sdr
...
...
svx/Library_svxcore.mk
Dosyayı görüntüle @
10be411f
...
...
@@ -75,7 +75,6 @@ $(eval $(call gb_Library_use_libraries,svxcore,\
utl \
vcl \
xo \
$(if $(filter FREEBSD LINUX MACOSX WNT,$(OS)),vclopengl) \
$(gb_UWINAPI) \
))
...
...
@@ -83,8 +82,6 @@ $(eval $(call gb_Library_use_externals,svxcore,\
boost_headers \
icuuc \
icu_headers \
mesa_headers \
glew \
))
$(eval $(call gb_Library_add_exception_objects,svxcore,\
...
...
svx/source/sdr/contact/viewobjectcontactofopenglobj.cxx
Dosyayı görüntüle @
10be411f
...
...
@@ -18,9 +18,6 @@ ViewObjectContactOfOpenGLObj::ViewObjectContactOfOpenGLObj(
ObjectContact
&
rObjectContact
,
ViewContact
&
rViewContact
)
:
ViewObjectContactOfSdrObj
(
rObjectContact
,
rViewContact
)
{
m_aOpenGLContext
.
init
(
getWindow
());
// Set a dummy size to make the window visible
m_aOpenGLContext
.
setWinSize
(
Size
(
200
,
200
));
}
ViewObjectContactOfOpenGLObj
::~
ViewObjectContactOfOpenGLObj
()
...
...
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