]> Dogcows Code - chaz/openbox/commitdiff
rm the SWIG ifdefs
authorDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 12:46:55 +0000 (12:46 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Feb 2003 12:46:55 +0000 (12:46 +0000)
src/openbox.hh
src/screen.hh

index e718dd2520cb5d0ce727ef5712e0e6e0035e85e7..77b39ce5fb3d57db2e250cc47a8888457d54369d 100644 (file)
@@ -148,7 +148,6 @@ private:
   static void signalHandler(int signal);
 
 public:
-#ifndef SWIG
   //! Openbox constructor.
   /*!
     \param argc Number of command line arguments, as received in main()
@@ -157,7 +156,6 @@ public:
   Openbox(int argc, char **argv);
   //! Openbox destructor.
   virtual ~Openbox();
-#endif
 
   //! Returns the state of the window manager (starting, exiting, etc)
   inline RunState state() const { return _state; }
@@ -182,7 +180,6 @@ public:
   //! Returns the mouse cursors used throughout Openbox
   inline const Cursors &cursors() const { return _cursors; }
 
-#ifndef SWIG
   //! The main function of the Openbox class
   /*!
     This function should be called after instantiating the Openbox class.
@@ -190,7 +187,6 @@ public:
     The Openbox::shutdown method will cause this function to exit.
   */
   void eventLoop();
-#endif
 
   //! Adds an Client to the client list for lookups
   void addClient(Window window, Client *client);
index b84d8b06a389853ee84ac62280d0c3baf205c8c3..d59cf313d2b402919fd7352e319ecbeb2678afad 100644 (file)
@@ -146,12 +146,10 @@ private:
   void changeNumDesktops(unsigned int num);
 
 public:
-#ifndef SWIG
   //! Constructs a new Screen object
   Screen(int screen);
   //! Destroys the Screen object
   virtual ~Screen();
-#endif
 
   inline int number() const { return _number; }
   
This page took 0.027111 seconds and 4 git commands to generate.