diff options
author | fluxgen <fluxgen> | 2003-05-12 04:23:31 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-12 04:23:31 (GMT) |
commit | 244c63f4b46469b4ce5879259dafef3d5062c6cd (patch) | |
tree | d1a5abf06ed92783c13c8d19f6d415aaa9004e9f /src/fluxbox.hh | |
parent | a084e737f84b8c0840efdbac13e1af6010f279d9 (diff) | |
download | fluxbox-244c63f4b46469b4ce5879259dafef3d5062c6cd.zip fluxbox-244c63f4b46469b4ce5879259dafef3d5062c6cd.tar.bz2 |
added RANDR support
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 25ffeea..503e55c 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.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: fluxbox.hh,v 1.56 2003/05/11 22:18:33 fluxgen Exp $ | 25 | // $Id: fluxbox.hh,v 1.57 2003/05/12 04:23:31 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -268,6 +268,7 @@ private: | |||
268 | bool m_starting; | 268 | bool m_starting; |
269 | bool m_shutdown; | 269 | bool m_shutdown; |
270 | int m_server_grabs; | 270 | int m_server_grabs; |
271 | int m_randr_event_type; ///< the type number of randr event | ||
271 | const char *m_RC_PATH; | 272 | const char *m_RC_PATH; |
272 | const char *m_RC_INIT_FILE; | 273 | const char *m_RC_INIT_FILE; |
273 | }; | 274 | }; |