diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 00:26:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 00:26:45 +0000 |
| commit | 1fa445c88033e564a25d907a7f478e76bff9e89e (patch) | |
| tree | cb39dff31461cccbeefafd2ae2007a31b3b8be2d /src/rootwindow.hh | |
| parent | bbdfd8f1d6b46954f5611f245ee2c68aa2fe91ce (diff) | |
handle configure requests
Diffstat (limited to 'src/rootwindow.hh')
| -rw-r--r-- | src/rootwindow.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rootwindow.hh b/src/rootwindow.hh index 7d0a9c82..1dbfc04a 100644 --- a/src/rootwindow.hh +++ b/src/rootwindow.hh @@ -58,6 +58,8 @@ public: virtual void mapRequestHandler(const XMapRequestEvent &); + virtual void configureRequestHandler(const XConfigureRequestEvent &e); + //! Sets the name of a desktop /*! @param i The index of the desktop to set the name for (base 0) |
