/[rdesktop]/sourceforge.net/trunk/rdesktop/xwin.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/xwin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 299 by matthewc, Thu Jan 30 11:15:00 2003 UTC revision 300 by matthewc, Thu Jan 30 11:20:30 2003 UTC
# Line 315  ui_init(void) Line 315  ui_init(void)
315          if ((width == 0) || (height == 0))          if ((width == 0) || (height == 0))
316          {          {
317                  /* Fetch geometry from _NET_WORKAREA */                  /* Fetch geometry from _NET_WORKAREA */
318                  uint32 xpos, ypos;                  uint32 x, y, cx, cy;
319    
320                  if (get_current_workarea(&xpos, &ypos, &width, &height) < 0)                  if (get_current_workarea(&x, &y, &cx, &cy) == 0)
321                    {
322                            width = cx;
323                            height = cy;
324                    }
325                    else
326                  {                  {
327                          warning("Failed to get workarea: probably your window manager does not support extended hints\n");                          warning("Failed to get workarea: probably your window manager does not support extended hints\n");
328                          width = 800;                          width = 800;

Legend:
Removed from v.299  
changed lines
  Added in v.300

  ViewVC Help
Powered by ViewVC 1.1.26