Skip to content
Snippets Groups Projects
Commit e5b743ba authored by Jerome Guelfucci's avatar Jerome Guelfucci
Browse files

Fix build on some configurations.

(Old svn revision: 6096)
parent 94106f00
No related branches found
No related tags found
No related merge requests found
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
......
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment