diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-31 09:56:59 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-31 12:25:31 -0500 |
| commit | 73c9a0e06b0248d430aac1c2c91f44a6a9dbac04 (patch) | |
| tree | 35660084d3a6bdb0e7cb889f8b942b101775abf3 /obt/display.h | |
| parent | ec3a4e3404d0bd07f0e99e49dc08d0bd148adbeb (diff) | |
make an obt_root() macro
Diffstat (limited to 'obt/display.h')
| -rw-r--r-- | obt/display.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/obt/display.h b/obt/display.h index 5626f268..8c074b5b 100644 --- a/obt/display.h +++ b/obt/display.h @@ -61,6 +61,8 @@ void obt_display_close(); void obt_display_ignore_errors(gboolean ignore); +#define obt_root(screen) (RootWindow(obt_display, screen)) + G_END_DECLS #endif /*__obt_display_h*/ |
