Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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ç
Batuhan Osman TASKAYA
cpython
Commits
29bfea9b
Kaydet (Commit)
29bfea9b
authored
Nis 27, 1998
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr).
üst
2d7850f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Qdmodule.c
Mac/Modules/qd/Qdmodule.c
+3
-3
qdedit.py
Mac/Modules/qd/qdedit.py
+1
-1
No files found.
Mac/Modules/qd/Qdmodule.c
Dosyayı görüntüle @
29bfea9b
...
...
@@ -3838,9 +3838,9 @@ static PyObject *Qd_SetPort(_self, _args)
PyObject
*
_args
;
{
PyObject
*
_res
=
NULL
;
Window
Ptr
thePort
;
Graf
Ptr
thePort
;
if
(
!
PyArg_ParseTuple
(
_args
,
"O&"
,
Win
Obj_Convert
,
&
thePort
))
Graf
Obj_Convert
,
&
thePort
))
return
NULL
;
SetPort
(
thePort
);
Py_INCREF
(
Py_None
);
...
...
@@ -4783,7 +4783,7 @@ static PyMethodDef Qd_methods[] = {
{
"CharExtra"
,
(
PyCFunction
)
Qd_CharExtra
,
1
,
"(Fixed extra) -> None"
},
{
"SetPort"
,
(
PyCFunction
)
Qd_SetPort
,
1
,
"(
Window
Ptr thePort) -> None"
},
"(
Graf
Ptr thePort) -> None"
},
{
"GetCursor"
,
(
PyCFunction
)
Qd_GetCursor
,
1
,
"(short cursorID) -> (CursHandle _rv)"
},
{
"SetCursor"
,
(
PyCFunction
)
Qd_SetCursor
,
1
,
...
...
Mac/Modules/qd/qdedit.py
Dosyayı görüntüle @
29bfea9b
f
=
Function
(
void
,
'SetPort'
,
(
Window
Ptr
,
'thePort'
,
InMode
),
(
Graf
Ptr
,
'thePort'
,
InMode
),
)
functions
.
append
(
f
)
...
...
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