X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fdisplay.h;h=8c074b5bb7c7e5af20ab986be0622ec075db0c64;hb=9b447a2d2837a6dab0380bc767644f8fe5083aa9;hp=5626f268ddb2f99712792b342ef5fbb08e685690;hpb=6c8acc079a9cbb40245e5df4b50b3f8b9c17cf83;p=chaz%2Fopenbox 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*/