Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e748f035
Commit
e748f035
authored
Jun 16, 2003
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This wasn't ansified. Fixed.
parent
73279186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
Mac/Modules/ColorPickermodule.c
Mac/Modules/ColorPickermodule.c
+2
-6
No files found.
Mac/Modules/ColorPickermodule.c
View file @
e748f035
...
@@ -37,9 +37,7 @@ static char cp_GetColor__doc__[] =
...
@@ -37,9 +37,7 @@ static char cp_GetColor__doc__[] =
;
;
static
PyObject
*
static
PyObject
*
cp_GetColor
(
self
,
args
)
cp_GetColor
(
PyObject
*
self
,
PyObject
*
args
)
PyObject
*
self
;
/* Not used */
PyObject
*
args
;
{
{
RGBColor
inColor
,
outColor
;
RGBColor
inColor
,
outColor
;
Boolean
ok
;
Boolean
ok
;
...
@@ -68,9 +66,7 @@ static char cp_module_documentation[] =
...
@@ -68,9 +66,7 @@ static char cp_module_documentation[] =
""
""
;
;
void
initColorPicker
();
void
initColorPicker
(
void
)
void
initColorPicker
()
{
{
PyObject
*
m
;
PyObject
*
m
;
...
...
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