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
efc80f71
Kaydet (Commit)
efc80f71
authored
Nis 23, 2012
tarafından
Tor Lillqvist
Kaydeden (comit)
Tor Lillqvist
Nis 24, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add hopefully helpful comment
üst
72108b8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
aquaOpenGLView.h
slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.h
+9
-0
No files found.
slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.h
Dosyayı görüntüle @
efc80f71
...
@@ -8,6 +8,15 @@
...
@@ -8,6 +8,15 @@
// the most interesting is there : in OGLTrans, we use an NSView*
// the most interesting is there : in OGLTrans, we use an NSView*
// and subclass the NSView to create an OpenGLView does the trick
// and subclass the NSView to create an OpenGLView does the trick
// I can't really parse the above
// This is weird code. AquaOpenGLView objects are actually allocated
// as NSOpenGLView objetcs, and the _openGLContext and _pixelFormat
// fields are copied from the NSOpenGLView.h header so that it has the
// same structure as NSOpenGLView . Surely this could be done in a
// better way? Is this because of some pre-10.4 SDK compatibility,
// which is irrelevant now?
@
interface
AquaOpenGLView
:
NSView
@
interface
AquaOpenGLView
:
NSView
{
{
@private
@private
...
...
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