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
71907bb0
Kaydet (Commit)
71907bb0
authored
Mar 27, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Wunused-macros
Change-Id: Ia147a72a4bbd5cec45a2a74b721a81ff8c4340c2
üst
6e9be7c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
splashx.c
desktop/unx/source/splashx.c
+0
-12
No files found.
desktop/unx/source/splashx.c
Dosyayı görüntüle @
71907bb0
...
...
@@ -99,18 +99,6 @@ struct splash
#define PROGRESS_YOFFSET 18
#define PROGRESS_BARSPACE 2
#define UINT8( x ) ( (unsigned int)( ( (uint8_t *)( x ) )[0] ) )
#define UINT16( x ) ( ( (unsigned int)( ( (uint8_t *)( x ) )[0] ) ) + \
( ( (unsigned int)( ( (uint8_t *)( x ) )[1] ) ) << 8 ) )
#define UINT32( x ) ( ( (unsigned int)( ( (uint8_t *)( x ) )[0] ) ) + \
( ( (unsigned int)( ( (uint8_t *)( x ) )[1] ) ) << 8 ) + \
( ( (unsigned int)( ( (uint8_t *)( x ) )[2] ) ) << 16 ) + \
( ( (unsigned int)( ( (uint8_t *)( x ) )[3] ) ) << 24 ) )
#define MAX( x, y ) ( ( (x) > (y) )? (x): (y) )
/* libpng-1.2.41 */
#ifndef PNG_TRANSFORM_GRAY_TO_RGB
# define PNG_TRANSFORM_GRAY_TO_RGB 0x2000
...
...
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