Lines 1-19
Link Here
|
1 |
--- src/actions.c.orig Fri Oct 21 11:58:14 2005 |
|
|
2 |
+++ src/actions.c Tue Jan 24 18:30:58 2006 |
3 |
@@ -138,14 +138,14 @@ |
4 |
gint xoffset, yoffset, window_width, window_height, |
5 |
workspace_width, workspace_height; |
6 |
int new_xoffset, new_yoffset; |
7 |
+ WnckScreen *screen; |
8 |
+ WnckWorkspace *workspace; |
9 |
|
10 |
/* read in window geometry */ |
11 |
wnck_window_get_geometry (c->window, |
12 |
&xoffset, &yoffset, &window_width, &window_height); |
13 |
|
14 |
/* read in workspace geometry */ |
15 |
- WnckScreen *screen; |
16 |
- WnckWorkspace *workspace; |
17 |
screen = wnck_window_get_screen (c->window); |
18 |
workspace = wnck_screen_get_active_workspace (screen); |
19 |
workspace_width = wnck_workspace_get_width (workspace); |