diff options
author | James Livingston <doclivingston@gmail.com> | 2006-10-18 12:28:41 +0000 |
---|---|---|
committer | James Livingston <jrl@src.gnome.org> | 2006-10-18 12:28:41 +0000 |
commit | 11c93ffd06c9312a6e1061adebc742cf45f3029d (patch) | |
tree | dad6dee5680170c9922e03a8dff14c82b92a45b9 /src/totem-video-thumbnailer.c | |
parent | e93107200ae0bad884061f7f14d7eed7ce439348 (diff) |
Initial Win32 porting stuff.
2006-10-18 James Livingston <doclivingston@gmail.com>
Initial Win32 porting stuff.
* configure.in:
* src/backend/bvw-test.c: (main):
* src/backend/video-utils.c:
* src/totem-screenshot.c: (totem_screenshot_temp_file):
* src/totem-video-thumbnailer.c: (main):
* src/totem.c: (main):
* src/totem-scrsaver.c: (screensaver_enable_x11),
(screensaver_disable_x11), (screensaver_init_x11),
(totem_scrsaver_init), (totem_scrsaver_disable),
(totem_scrsaver_enable), (totem_scrsaver_finalize): leave the
implementation of this blank on non-X11 systems, and emit a warning.
From #342926
Diffstat (limited to 'src/totem-video-thumbnailer.c')
-rw-r--r-- | src/totem-video-thumbnailer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/totem-video-thumbnailer.c b/src/totem-video-thumbnailer.c index 7e0aa5ba..e38ea8f0 100644 --- a/src/totem-video-thumbnailer.c +++ b/src/totem-video-thumbnailer.c @@ -366,7 +366,9 @@ int main (int argc, char *argv[]) return -1; } +#ifdef G_OS_UNIX nice (20); +#endif g_thread_init (NULL); #ifndef THUMB_DEBUG |