flim! fixed link bug

SVN revision: 88
This commit is contained in:
Carsten Haitzler 1999-08-24 00:43:16 +00:00
parent d06150bf79
commit 4b94c52ef0
2 changed files with 41 additions and 1 deletions

View File

@ -503,6 +503,34 @@ the resolutions defined as above.
<p>
Multiple & Virtual Desktops
<font face=aircut3/12 color=#ffffff>
<p>
Enlightenment supports both Multiple and Virtual desktops. There is a fine but
distinct difference between the 2, and enlightenment treats them differently.
<p>
When you start Enlightenment you will by default have 2 desktops. In
Enlightenment desktops are geometrically unrelated work areas. They are
visually stacked ontop of eachother and can even be dragged down to expose
desktops underneath.
<p>
The best way to imagine this is that each desktop is a sheet of paper with the
first (desktop 0) desktop being glued in-place. You can re-shuffle the stack
of papers and slide one down to reveal a piece of paper underneath - the only
paper you can't slide is the first one. Each desktop (or sheet) contains your
application windows. Windows normally live on one desktop, but can be made
to exit on all desktops - whenever you change to a new desktop the window
will follow you and be on that desktop too. This is known as being sticky.
if a window is sticky it will "stick to the glass of your screen" and stay
there until it is not sticky anymore or the window is closed.
<p>
Virtual desktops (also known as desktop areas) is a measure of how big your
desktops are. A desktop can be a multple of your screen size in size (2x1,
2x2, 3x3, 4x2 etc.). That means each desktop has an AxB screen size of area
allocated to it and you can be looking at any screen-sized part of it at any
time. It's just like getting more sheets of paper and taping them to the sides
of your current sheet of paper. An easy way of changing your view is by just
sliding your mouse in the direction of a currently unviewable part of your
desktop and as long as you have Edge Flip enabled Enlightenment will
automatically scroll over to that part of the desktop
<page columns=1 padding=16 name=dragbar background=Edoc_bg.png linkcolor=#88dddd>
<font face=rothwell/25 color=#ffffff>
@ -528,3 +556,15 @@ The Iconbox
Settings
<font face=aircut3/12 color=#ffffff>
<page columns=1 padding=16 name=properties background=Edoc_bg.png linkcolor=#88dddd>
<font face=rothwell/25 color=#ffffff>
<p>
Remembering Properites
<font face=aircut3/12 color=#ffffff>
<page columns=1 padding=16 name=groups background=Edoc_bg.png linkcolor=#88dddd>
<font face=rothwell/25 color=#ffffff>
<p>
Window Groups
<font face=aircut3/12 color=#ffffff>

View File

@ -395,6 +395,7 @@ main(int argc, char **argv)
{
FREE_LINKS;
pagenum = pg;
page_hist_pos++;
if (page_hist_pos >= page_hist_len)
{
page_hist_len++;
@ -402,7 +403,6 @@ main(int argc, char **argv)
realloc(page_hist,
sizeof(int) * page_hist_len);
}
page_hist_pos++;
page_hist[page_hist_pos] = pagenum;
l = RenderPage(draw, pagenum, w, h);
UPDATE;