/* wmgetx.c (emx+gcc) -- Copyright (c) 1987-1993 by Eberhard Mattes */

#include <sys/winmgr.h>
#include "winmgr2.h"

int wm_getx (wm_handle wh)
{
  return (wh->x);
}
