aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-12 14:33:14 (GMT)
committerfluxgen <fluxgen>2003-06-12 14:33:14 (GMT)
commitbb004b632580f977d6af498e339f2637aba8eb30 (patch)
tree1c5a07e2a22363c690341c11044df0702ddbfde9 /src/fluxbox.hh
parent5e2ef47e85b24f3d7eeecfbfc089ce986be9a21f (diff)
downloadfluxbox-bb004b632580f977d6af498e339f2637aba8eb30.zip
fluxbox-bb004b632580f977d6af498e339f2637aba8eb30.tar.bz2
moved cursor to FbWinFrameTheme
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index ea4b34f..7870b89 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.hh,v 1.61 2003/05/27 11:55:23 rathnor Exp $ 25// $Id: fluxbox.hh,v 1.62 2003/06/12 14:33:14 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -177,11 +177,6 @@ public:
177 void attachSignals(FluxboxWindow &win); 177 void attachSignals(FluxboxWindow &win);
178 178
179 virtual void timeout(); 179 virtual void timeout();
180
181 inline const Cursor &getSessionCursor() const { return cursor.session; }
182 inline const Cursor &getMoveCursor() const { return cursor.move; }
183 inline const Cursor &getLowerLeftAngleCursor() const { return cursor.ll_angle; }
184 inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; }
185 180
186 bool isStartup() const { return m_starting; } 181 bool isStartup() const { return m_starting; }
187 enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; 182 enum { B_AMERICANDATE = 1, B_EUROPEANDATE };
@@ -194,9 +189,6 @@ public:
194 void getDefaultDataFilename(char *, std::string &); 189 void getDefaultDataFilename(char *, std::string &);
195 190
196private: 191private:
197 struct cursor {
198 Cursor session, move, ll_angle, lr_angle;
199 } cursor;
200 192
201 typedef struct MenuTimestamp { 193 typedef struct MenuTimestamp {
202 std::string filename; 194 std::string filename;