log-display-config.cpp revision aa6c6b7b32ff7c408ff0d7062e086e7c549b1ab8
/*
* Inkscape::Debug::log_display_config - log display configuration
*
* Authors:
* MenTaLguY <mental@rydia.net>
*
* Copyright (C) 2007 MenTaLguY
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <iostream>
#include <gdk/gdkdisplay.h>
#include <gdk/gdkscreen.h>
#include "debug/event-tracker.h"
#include "debug/simple-event.h"
#include "debug/log-display-config.h"
namespace Inkscape {
namespace Debug {
namespace {
class Monitor : public ConfigurationEvent {
public:
}
};
class Screen : public ConfigurationEvent {
public:
}
void generateChildEvents() const {
for ( gint i = 0 ; i < n_monitors ; i++ ) {
}
}
private:
};
class Display : public ConfigurationEvent {
public:
void generateChildEvents() const {
}
}
};
}
void log_display_config() {
}
}
}
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :