diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-07 00:48:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-10-07 00:48:19 -0300 |
commit | 4f8e64821cd8ac6063854f5f5d32a2c22e534e4d (patch) | |
tree | 1cad42d667c82d40b84761d4bf8bf74093fd7c9a /src/xcommon.h | |
parent | 2e7a61550e82e2610f6ae1544d139841f0797fa2 (diff) |
Working at borderless mode is weird... make it optional
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
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 ); |