X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprompt.h;h=3c46c3097e844b8d8c0f30710beb61514b81a077;hb=0cd6f4e43c355ef6b568c769a4ecb2983d5f3fa6;hp=d07793a9a1ed2d805e20f17f6963ff9d9d493b4f;hpb=501943b53d68821a752ceda3fbd9b64bbcae4a4c;p=chaz%2Fopenbox diff --git a/openbox/prompt.h b/openbox/prompt.h index d07793a9..3c46c309 100644 --- a/openbox/prompt.h +++ b/openbox/prompt.h @@ -21,7 +21,7 @@ #include "window.h" #include "geom.h" -#include "render/render.h" +#include "obrender/render.h" #include #include @@ -38,6 +38,7 @@ struct _ObPromptElement { gint x, y, width, height; gboolean pressed; + gboolean hover; gint result; };