updated documentation and another dead function
This commit is contained in:
parent
c18985732b
commit
4c12086c1c
4 changed files with 544 additions and 436 deletions
|
@ -1,5 +1,7 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 1.0rc2:
|
||||
*06/07/02:
|
||||
* Updated documentation (Mark)
|
||||
*06/06/29:
|
||||
* Make fbsetroot set one screen at a time (Mark)
|
||||
util/fbsetroot.cc/hh
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -250,8 +250,6 @@ BScreen::ScreenResource::ScreenResource(FbTk::ResourceManager &rm,
|
|||
image_dither(rm, false, scrname+".imageDither", altscrname+".ImageDither"),
|
||||
opaque_move(rm, false, scrname + ".opaqueMove", altscrname+".OpaqueMove"),
|
||||
full_max(rm, true, scrname+".fullMaximization", altscrname+".FullMaximization"),
|
||||
sloppy_window_grouping(rm, true,
|
||||
scrname+".sloppywindowgrouping", altscrname+".SloppyWindowGrouping"),
|
||||
workspace_warping(rm, true, scrname+".workspacewarping", altscrname+".WorkspaceWarping"),
|
||||
desktop_wheeling(rm, true, scrname+".desktopwheeling", altscrname+".DesktopWheeling"),
|
||||
reverse_wheeling(rm, false, scrname+".reversewheeling", altscrname+".ReverseWheeling"),
|
||||
|
|
|
@ -110,7 +110,6 @@ public:
|
|||
|
||||
bool isRootColormapInstalled() const { return root_colormap_installed; }
|
||||
bool isScreenManaged() const { return managed; }
|
||||
bool isSloppyWindowGrouping() const { return *resource.sloppy_window_grouping; }
|
||||
bool isWorkspaceWarping() const { return *resource.workspace_warping; }
|
||||
bool isDesktopWheeling() const { return *resource.desktop_wheeling; }
|
||||
bool isReverseWheeling() const { return *resource.reverse_wheeling; }
|
||||
|
@ -435,7 +434,7 @@ private:
|
|||
const std::string &altscrname);
|
||||
|
||||
FbTk::Resource<bool> image_dither, opaque_move, full_max,
|
||||
sloppy_window_grouping, workspace_warping,
|
||||
workspace_warping,
|
||||
desktop_wheeling, reverse_wheeling, show_window_pos,
|
||||
antialias, auto_raise, click_raises, decorate_transient;
|
||||
FbTk::Resource<std::string> rootcommand;
|
||||
|
|
Loading…
Reference in a new issue