Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

/src/screen.cc File Reference

#include "gettext.h"
#include "screen.hh"
#include "client.hh"
#include "openbox.hh"
#include "frame.hh"
#include "bindings.hh"
#include "python.hh"
#include "otk/display.hh"
#include "otk/property.hh"
#include <vector>
#include <algorithm>

Include dependency graph for screen.cc:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  ob

Defines

#define _(str)   gettext(str)

Functions

int anotherWMRunning (Display *display, XErrorEvent *)

Variables

bool running


Define Documentation

#define _ str       gettext(str)
 

Definition at line 22 of file screen.cc.


Function Documentation

int anotherWMRunning Display *    display,
XErrorEvent *   
[static]
 

Definition at line 38 of file screen.cc.

References _, and running.

00038                                                              {
00039   printf(_("Another window manager already running on display %s.\n"),
00040          DisplayString(display));
00041   running = true;
00042   return -1;
00043 }


Variable Documentation

bool running [static]
 

Definition at line 37 of file screen.cc.

Referenced by anotherWMRunning().


Generated on Tue Feb 4 23:00:06 2003 for Openbox by doxygen1.3-rc2