By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 695
Collapse All | Expand All

(-)kdenetwork/kopete/plugins/motionautoaway/motionawayplugin.cpp.ORI (+5 lines)
Lines 75-81 Link Here
75
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,50)
75
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,50)
76
#define _LINUX_TIME_H
76
#define _LINUX_TIME_H
77
#endif
77
#endif
78
79
#ifdef HAVE_LIBV4L1_VIDEODEV_H
80
#include <libv4l1-videodev.h>
81
#else
78
#include <linux/videodev.h>
82
#include <linux/videodev.h>
83
#endif
79
84
80
#define DEF_WIDTH			352
85
#define DEF_WIDTH			352
81
#define DEF_HEIGHT		288
86
#define DEF_HEIGHT		288

Return to bug 695