diff options
author | akir <akir> | 2004-09-09 14:29:10 (GMT) |
---|---|---|
committer | akir <akir> | 2004-09-09 14:29:10 (GMT) |
commit | 1d355a91925536ba2b4f0ffe652cb72540c91000 (patch) | |
tree | e323adb7f34038f1cdcd9c773339bb7ab679641f /src/Screen.hh | |
parent | 7507098440e300c0126affbdd469456653b41e95 (diff) | |
download | fluxbox_pavel-1d355a91925536ba2b4f0ffe652cb72540c91000.zip fluxbox_pavel-1d355a91925536ba2b4f0ffe652cb72540c91000.tar.bz2 |
transfered ::getRootPixmap from several places to new home, FbPixmap
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index b81110f..076ee63 100644 --- a/src/Screen.hh +++ b/src/Screen.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: Screen.hh,v 1.143 2004/08/31 15:26:38 rathnor Exp $ | 25 | // $Id: Screen.hh,v 1.144 2004/09/09 14:29:04 akir Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -137,7 +137,6 @@ public: | |||
137 | 137 | ||
138 | 138 | ||
139 | unsigned int currentWorkspaceID() const; | 139 | unsigned int currentWorkspaceID() const; |
140 | Pixmap rootPixmap() const; | ||
141 | /* | 140 | /* |
142 | maximum screen bounds for given window | 141 | maximum screen bounds for given window |
143 | */ | 142 | */ |