diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-10 23:28:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-10 23:28:56 +0000 |
| commit | b18959e1bda52f807f62c95772c69ce3005215a7 (patch) | |
| tree | 411965fec036d9cdde1718d84d4792ea5f5efd6f /src/screen.hh | |
| parent | d993bcd9ad035a4f38cb7a3733586ee36bf2dfc9 (diff) | |
provide access to the desktop names
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.hh b/src/screen.hh index 55518fc9..4eb81d4a 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -224,6 +224,8 @@ public: */ void setDesktopName(unsigned int i, const otk::ustring &name); + otk::ustring desktopName(unsigned int i) const; + void installColormap(bool install) const; virtual void propertyHandler(const XPropertyEvent &e); |
