Konsole
main.cpp File Reference
#include "Application.h"
#include <KDebug>
#include <unistd.h>
#include <X11/Xlib.h>
#include <X11/extensions/Xrender.h>
#include <KAboutData>
#include <KCmdLineArgs>
#include <KLocale>
#include <KWindowSystem>
Include dependency graph for main.cpp:

Go to the source code of this file.
Defines | |
#define | KONSOLE_VERSION "2.1" |
Functions | |
void | fillAboutData (KAboutData &aboutData) |
void | fillCommandLineOptions (KCmdLineOptions &options) |
bool | forceNewProcess () |
void | getDisplayInformation (Display *&display, Visual *&visual, Colormap &colormap) |
int KDE_EXPORT | kdemain (int argc, char **argv) |
bool | useTransparency () |
Define Documentation
Function Documentation
void getDisplayInformation | ( | Display *& | display, | |
Visual *& | visual, | |||
Colormap & | colormap | |||
) |