Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-screenshooter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Apps
xfce4-screenshooter
Commits
e5b743ba
Commit
e5b743ba
authored
16 years ago
by
Jerome Guelfucci
Browse files
Options
Downloads
Patches
Plain Diff
Fix build on some configurations.
(Old svn revision: 6096)
parent
94106f00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
lib/screenshooter-utils.c
+2
-1
2 additions, 1 deletion
lib/screenshooter-utils.c
with
6 additions
and
1 deletion
ChangeLog
+
4
−
0
View file @
e5b743ba
2008-11-14 jeromeg
* lib/screenshooter-utils.c: fix build on some configurations.
2008-11-13 jeromeg
2008-11-13 jeromeg
* Post release bump
* Post release bump
...
...
This diff is collapsed.
Click to expand it.
lib/screenshooter-utils.c
+
2
−
1
View file @
e5b743ba
...
@@ -130,7 +130,8 @@ GdkPixbuf *screenshooter_take_screenshot (gint mode,
...
@@ -130,7 +130,8 @@ GdkPixbuf *screenshooter_take_screenshot (gint mode,
gint
delay
)
gint
delay
)
{
{
GdkPixbuf
*
screenshot
;
GdkPixbuf
*
screenshot
;
GdkWindow
*
window
,
*
window2
;
GdkWindow
*
window
=
NULL
;
GdkWindow
*
window2
=
NULL
;
GdkScreen
*
screen
;
GdkScreen
*
screen
;
gint
width
;
gint
width
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment