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
2c127c4d
Kaydet (Commit)
2c127c4d
authored
Kas 07, 2011
tarafından
Rene Engelhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix build: (u)int16 -> (u)int16_t
üst
659d7eb8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
npshell.cxx
extensions/source/nsplugin/source/npshell.cxx
+3
-3
npshell.hxx
extensions/source/nsplugin/source/npshell.hxx
+2
-2
No files found.
extensions/source/nsplugin/source/npshell.cxx
Dosyayı görüntüle @
2c127c4d
...
@@ -461,8 +461,8 @@ NPP_Shutdown(void)
...
@@ -461,8 +461,8 @@ NPP_Shutdown(void)
NPError
NPError
NPP_New
(
NPMIMEType
pluginType
,
NPP_New
(
NPMIMEType
pluginType
,
NPP
instance
,
NPP
instance
,
uint16
mode
,
uint16
_t
mode
,
int16
/*argc*/
,
int16
_t
/*argc*/
,
char
*
/*argn*/
[],
char
*
/*argn*/
[],
char
*
/*argv*/
[],
char
*
/*argv*/
[],
NPSavedData
*
/*saved*/
)
NPSavedData
*
/*saved*/
)
...
@@ -654,7 +654,7 @@ NPP_NewStream(NPP instance,
...
@@ -654,7 +654,7 @@ NPP_NewStream(NPP instance,
NPMIMEType
/*type*/
,
NPMIMEType
/*type*/
,
NPStream
*
/*stream*/
,
NPStream
*
/*stream*/
,
NPBool
/*seekable*/
,
NPBool
/*seekable*/
,
uint16
*
stype
)
uint16
_t
*
stype
)
{
{
if
(
instance
==
NULL
)
if
(
instance
==
NULL
)
return
NPERR_INVALID_INSTANCE_ERROR
;
return
NPERR_INVALID_INSTANCE_ERROR
;
...
...
extensions/source/nsplugin/source/npshell.hxx
Dosyayı görüntüle @
2c127c4d
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
typedef
struct
_PluginInstance
typedef
struct
_PluginInstance
{
{
uint16
mode
;
uint16
_t
mode
;
#ifdef MOZ_X11
#ifdef MOZ_X11
Window
window
;
Window
window
;
Display
*
display
;
Display
*
display
;
...
@@ -79,7 +79,7 @@ typedef struct _MimeTypeElement
...
@@ -79,7 +79,7 @@ typedef struct _MimeTypeElement
typedef
struct
_PluginInstance
typedef
struct
_PluginInstance
{
{
NPWindow
*
fWindow
;
NPWindow
*
fWindow
;
uint16
fMode
;
uint16
_t
fMode
;
HWND
fhWnd
;
HWND
fhWnd
;
WNDPROC
fDefaultWindowProc
;
WNDPROC
fDefaultWindowProc
;
...
...
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