Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78173
Collapse All | Expand All

(-)/var/tmp/portage/wallpapoz-0.1/work/wallpapoz-0.1/main.cpp (-1 / +1 lines)
Lines 14-22 Link Here
14
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15
 */
15
 */
16
16
17
#include <gtkmm/main.h>
17
#include "wallpapoz.h"
18
#include "wallpapoz.h"
18
#include <iostream>
19
#include <iostream>
19
#include <gtkmm/main.h>
20
using namespace std;
20
using namespace std;
21
21
22
int main(int argc, char* argv[]) {
22
int main(int argc, char* argv[]) {
(-)/var/tmp/portage/wallpapoz-0.1/work/wallpapoz-0.1/wallpapoz.h (-1 / +1 lines)
Lines 16-22 Link Here
16
#ifndef WALLPAPOZ_H
16
#ifndef WALLPAPOZ_H
17
#define WALLPAPOZ_H
17
#define WALLPAPOZ_H
18
18
19
#include <libglademm/xml.h>
20
#include <gtkmm/treemodelcolumn.h>
19
#include <gtkmm/treemodelcolumn.h>
21
#include <gtkmm/button.h>
20
#include <gtkmm/button.h>
22
#include <gtkmm/image.h>
21
#include <gtkmm/image.h>
Lines 25-30 Link Here
25
#include <gtkmm/window.h>
24
#include <gtkmm/window.h>
26
#include <iostream>
25
#include <iostream>
27
#include "Process.h"
26
#include "Process.h"
27
#include <libglademm.h>
28
28
29
class Wall : public Gtk::Window {
29
class Wall : public Gtk::Window {
30
    public:
30
    public:

Return to bug 78173