diff options
Diffstat (limited to 'src/xcommon.h')
-rw-r--r-- | src/xcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcommon.h b/src/xcommon.h index d48a53e..0e10ddb 100644 --- a/src/xcommon.h +++ b/src/xcommon.h @@ -68,7 +68,7 @@ typedef struct _mwmhints { #define MWM_INPUT_FULL_APPLICATION_MODAL 3 #define PROP_MWM_HINTS_ELEMENTS 5 -int xcommon_open_display( const char *user_geometry, int aspect, int verbose ); +int xcommon_open_display( const char *user_geometry, int aspect, int border, int verbose ); void xcommon_close_display( void ); Display *xcommon_get_display( void ); |