diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2007-12-30 00:36:37 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2007-12-30 00:36:37 (GMT) |
commit | de6d340ba3a1a64ee46e6562d0bdab062cb92a1e (patch) | |
tree | acfe630257bc3c80a006e5c1cc19e452003dda95 /src/FbTk/FbDrawable.hh | |
parent | e1f362ae764884a4cd1e1673292cb37d5a85f89c (diff) | |
download | fluxbox_pavel-de6d340ba3a1a64ee46e6562d0bdab062cb92a1e.zip fluxbox_pavel-de6d340ba3a1a64ee46e6562d0bdab062cb92a1e.tar.bz2 |
forgotten inlines from previous round
Diffstat (limited to 'src/FbTk/FbDrawable.hh')
-rw-r--r-- | src/FbTk/FbDrawable.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/FbDrawable.hh b/src/FbTk/FbDrawable.hh index 32f5c53..828295d 100644 --- a/src/FbTk/FbDrawable.hh +++ b/src/FbTk/FbDrawable.hh | |||
@@ -73,7 +73,7 @@ public: | |||
73 | virtual unsigned int width() const = 0; | 73 | virtual unsigned int width() const = 0; |
74 | virtual unsigned int height() const = 0; | 74 | virtual unsigned int height() const = 0; |
75 | virtual unsigned int depth() const = 0; | 75 | virtual unsigned int depth() const = 0; |
76 | static inline Display *display() { return s_display; } | 76 | static Display *display() { return s_display; } |
77 | protected: | 77 | protected: |
78 | static Display *s_display; // display connection // display connection | 78 | static Display *s_display; // display connection // display connection |
79 | }; | 79 | }; |