5a8d3a Fix: tools: mon_refresh_display should return an int.

1 file Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Fix: tools: mon_refresh_display should return an int.
    
    While GSourceFunc is defined as returning a boolean, our public API
    mainloop function expect the dispatch function to return an int.  So
    change mon_refresh_display to do so.
    
        
file modified
+6 -6