~ubuntu-branches/ubuntu/saucy/openbox/saucy-proposed

« back to all changes in this revision

Viewing changes to openbox/config.h

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik
  • Date: 2013-10-07 14:58:17 UTC
  • mfrom: (12.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20131007145817-83jqr402jrv0q998
Tags: 3.5.2-3
* debian/control:
  + fix typo in depends openbox-dev package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
/*! The algorithm to use for placing new windows */
90
90
extern ObPlacePolicy config_place_policy;
 
91
/*! Place windows in the center of the free area */
 
92
extern gboolean config_place_center;
91
93
/*! Place windows on the active monitor (unless they are part of an application
92
94
  already on another monitor) */
93
95
extern ObPlaceMonitor config_place_monitor;