diff options
author | fluxgen <fluxgen> | 2003-05-10 13:46:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-10 13:46:31 (GMT) |
commit | 62f37d75bd90a20cfac7440fe3fa3d335b0152c6 (patch) | |
tree | 990b8abf0d420d686f2235abfaa24d95247cf127 /src | |
parent | 4f806e266a24188bc472cf1c2bb1e8512821b968 (diff) | |
download | fluxbox-62f37d75bd90a20cfac7440fe3fa3d335b0152c6.zip fluxbox-62f37d75bd90a20cfac7440fe3fa3d335b0152c6.tar.bz2 |
using ScreenInfo
Diffstat (limited to 'src')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 16644fb..bb20b78 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -22,12 +22,12 @@ | |||
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.90 2003/05/04 23:38:06 rathnor Exp $ | 25 | // $Id: Screen.hh,v 1.91 2003/05/10 13:46:31 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
29 | 29 | ||
30 | #include "BaseDisplay.hh" | 30 | #include "ScreenInfo.hh" |
31 | #include "Resource.hh" | 31 | #include "Resource.hh" |
32 | #include "Subject.hh" | 32 | #include "Subject.hh" |
33 | #include "MultLayers.hh" | 33 | #include "MultLayers.hh" |