Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,753
Issues
2,753
List
Boards
Labels
Service Desk
Milestones
Merge Requests
35
Merge Requests
35
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
93645e90
Commit
93645e90
authored
Apr 01, 2010
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app: cosmetic cleanup
parent
04b01c3a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/tools/gimpdrawtool.c
app/tools/gimpdrawtool.c
+3
-1
No files found.
app/tools/gimpdrawtool.c
View file @
93645e90
...
@@ -158,6 +158,7 @@ gimp_draw_tool_control (GimpTool *tool,
...
@@ -158,6 +158,7 @@ gimp_draw_tool_control (GimpTool *tool,
GIMP_TOOL_CLASS
(
parent_class
)
->
control
(
tool
,
action
,
display
);
GIMP_TOOL_CLASS
(
parent_class
)
->
control
(
tool
,
action
,
display
);
}
}
#ifdef USE_TIMEOUT
static
gboolean
static
gboolean
gimp_draw_tool_draw_timeout
(
GimpDrawTool
*
draw_tool
)
gimp_draw_tool_draw_timeout
(
GimpDrawTool
*
draw_tool
)
{
{
...
@@ -167,6 +168,7 @@ gimp_draw_tool_draw_timeout (GimpDrawTool *draw_tool)
...
@@ -167,6 +168,7 @@ gimp_draw_tool_draw_timeout (GimpDrawTool *draw_tool)
return
FALSE
;
return
FALSE
;
}
}
#endif
static
void
static
void
gimp_draw_tool_draw
(
GimpDrawTool
*
draw_tool
)
gimp_draw_tool_draw
(
GimpDrawTool
*
draw_tool
)
...
...
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