Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 173562 | Differences between
and this patch

Collapse All | Expand All

(-)iconfig.old (-1 / +1 lines)
Lines 30-36 Link Here
30
#include <iostream>
30
#include <iostream>
31
#include <fstream>
31
#include <fstream>
32
#include <sstream>
32
#include <sstream>
33
33
#include <stdlib.h>
34
#include <sys/stat.h>
34
#include <sys/stat.h>
35
#include <sys/types.h>
35
#include <sys/types.h>
36
36
(-)wm.old (-1 / +1 lines)
Lines 27-33 Link Here
27
27
28
#include <time.h>
28
#include <time.h>
29
#include "atoms.h"
29
#include "atoms.h"
30
30
#include <stdlib.h>
31
31
32
WM * WM::m_instance = 0;
32
WM * WM::m_instance = 0;
33
bool WM::x_error = false;
33
bool WM::x_error = false;

Return to bug 173562