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