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 2110
Collapse All | Expand All

(-)ksmserver/server.h.orig (+4 lines)
Lines 23-29 Link Here
23
#include <tqtimer.h>
23
#include <tqtimer.h>
24
#include <dcopobject.h>
24
#include <dcopobject.h>
25
25
26
#ifdef COMPILE_TDEHARDWAREBACKEND
26
#include <tdehardwaredevices.h>
27
#include <tdehardwaredevices.h>
28
#endif
27
29
28
#include "server2.h"
30
#include "server2.h"
29
31
Lines 249-255 Link Here
249
251
250
    WindowMap legacyWindows;
252
    WindowMap legacyWindows;
251
253
254
#ifdef COMPILE_TDEHARDWAREBACKEND
252
    TDEHardwareDevices* hwDevices;
255
    TDEHardwareDevices* hwDevices;
256
#endif
253
    int initialClientCount;
257
    int initialClientCount;
254
    int phase2ClientCount;
258
    int phase2ClientCount;
255
    int protectionTimerCounter;
259
    int protectionTimerCounter;

Return to bug 2110