aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 978962e..ccd1796 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -101,7 +101,7 @@ typedef enum {
typedef struct {
const char *name; /* as given by user */
- const char *path; /* always absolute */
+ const char *path; /* always absolute, result of realpath(3) */
fileflags_t flags;
} fileinfo_t;
@@ -265,7 +265,7 @@ struct opt {
/* window: */
bool fullscreen;
bool hide_bar;
- Window embed; /* unsigned long */
+ Window embed;
char *geometry;
char *res_name;