diff options
author | fluxgen <fluxgen> | 2002-11-27 13:00:05 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-27 13:00:05 (GMT) |
commit | 5a699db18fd77565f6127cf6502c0c32f4658f45 (patch) | |
tree | 80c4b14a741fdc89b103cb3f5b2d187460503148 /src/Screen.hh | |
parent | 256b12aa35c0e7b59520c3a6c22632bc35838e65 (diff) | |
download | fluxbox-5a699db18fd77565f6127cf6502c0c32f4658f45.zip fluxbox-5a699db18fd77565f6127cf6502c0c32f4658f45.tar.bz2 |
indentation
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index a2996b5..c5d586b 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.50 2002/11/24 20:57:32 fluxgen Exp $ | 25 | // $Id: Screen.hh,v 1.51 2002/11/27 13:00:05 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef SCREEN_HH | 27 | #ifndef SCREEN_HH |
28 | #define SCREEN_HH | 28 | #define SCREEN_HH |
@@ -367,30 +367,30 @@ private: | |||
367 | 367 | ||
368 | Resource<Tab::Placement> tab_placement; | 368 | Resource<Tab::Placement> tab_placement; |
369 | Resource<Tab::Alignment> tab_alignment; | 369 | Resource<Tab::Alignment> tab_alignment; |
370 | #ifdef XINERAMA | 370 | #ifdef XINERAMA |
371 | Resource<int> toolbar_on_head; | 371 | Resource<int> toolbar_on_head; |
372 | #endif // XINERAMA | 372 | #endif // XINERAMA |
373 | 373 | ||
374 | Resource<Toolbar::Placement> toolbar_placement; | 374 | Resource<Toolbar::Placement> toolbar_placement; |
375 | 375 | ||
376 | 376 | ||
377 | #ifdef SLIT | 377 | #ifdef SLIT |
378 | bool slit_on_top, slit_auto_hide; | 378 | bool slit_on_top, slit_auto_hide; |
379 | int slit_placement, slit_direction; | 379 | int slit_placement, slit_direction; |
380 | 380 | ||
381 | #ifdef XINERAMA | 381 | #ifdef XINERAMA |
382 | unsigned int slit_on_head; | 382 | unsigned int slit_on_head; |
383 | #endif // XINERAMA | 383 | #endif // XINERAMA |
384 | 384 | ||
385 | #endif // SLIT | 385 | #endif // SLIT |
386 | 386 | ||
387 | 387 | ||
388 | #ifdef HAVE_STRFTIME | 388 | #ifdef HAVE_STRFTIME |
389 | std::string strftime_format; | 389 | std::string strftime_format; |
390 | #else // !HAVE_STRFTIME | 390 | #else // !HAVE_STRFTIME |
391 | Bool clock24hour; | 391 | bool clock24hour; |
392 | int date_format; | 392 | int date_format; |
393 | #endif // HAVE_STRFTIME | 393 | #endif // HAVE_STRFTIME |
394 | 394 | ||
395 | } resource; | 395 | } resource; |
396 | }; | 396 | }; |