mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
More cleanups
This commit is contained in:
parent
9018d5d14f
commit
4c8375189c
2 changed files with 51 additions and 55 deletions
|
@ -115,10 +115,6 @@ int monitor_get_smallest_size ( void )
|
|||
return size;
|
||||
}
|
||||
|
||||
if ( xcb_connection_has_error ( xcb->connection ) ) {
|
||||
fprintf ( stderr, "1.Connection has error\n" );
|
||||
exit ( EXIT_FAILURE );
|
||||
}
|
||||
xcb_xinerama_query_screens_cookie_t cookie_screen;
|
||||
|
||||
cookie_screen = xcb_xinerama_query_screens ( xcb->connection );
|
||||
|
|
Loading…
Add table
Reference in a new issue