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
a47ef216
Kaydet (Commit)
a47ef216
authored
Eki 08, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API
üst
545f2256
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
OGLTrans_Shaders.m
slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m
+7
-0
OGLTrans_TransitionImpl.mm
...how/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.mm
+7
-0
aquaOpenGLView.m
slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m
+7
-0
No files found.
slideshow/source/engine/OGLTrans/mac/OGLTrans_Shaders.m
Dosyayı görüntüle @
a47ef216
...
...
@@ -26,6 +26,13 @@
*
************************************************************************/
#import <Foundation/NSObjCRuntime.h>
#if defined (NSFoundationVersionNumber10_5) && MAC_OS_X_VERSION_MAX_ALLOWED < 1050
@class
CALayer
;
@class
NSViewController
;
typedef
int
NSColorRenderingIntent
;
#endif
#import "OGLTrans_Shaders.h"
...
...
slideshow/source/engine/OGLTrans/mac/OGLTrans_TransitionImpl.mm
Dosyayı görüntüle @
a47ef216
...
...
@@ -26,6 +26,13 @@
*
************************************************************************/
#import <Foundation/NSObjCRuntime.h>
#if defined (NSFoundationVersionNumber10_5) && MAC_OS_X_VERSION_MAX_ALLOWED < 1050
@class CALayer;
@class NSViewController;
typedef int NSColorRenderingIntent;
#endif
#include "OGLTrans_TransitionImpl.hxx"
#include "OGLTrans_Shaders.h"
#ifdef QUARTZ
...
...
slideshow/source/engine/OGLTrans/mac/aquaOpenGLView.m
Dosyayı görüntüle @
a47ef216
...
...
@@ -3,6 +3,13 @@
* aquaOpenGLView.m
*/
#import <Foundation/NSObjCRuntime.h>
#if defined (NSFoundationVersionNumber10_5) && MAC_OS_X_VERSION_MAX_ALLOWED < 1050
@class
CALayer
;
@class
NSViewController
;
typedef
int
NSColorRenderingIntent
;
#endif
#include <Cocoa/Cocoa.h>
#include <OpenGL/OpenGL.h>
#include <OpenGL/gl.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