martyr-deepin / deepin-terminal-gtk

DDE terminal emulator application
GNU General Public License v3.0
263 stars 57 forks source link

add a resize grip line to make non-composited wm user can resize the terminal window #177

Closed BLumia closed 5 years ago

BLumia commented 5 years ago

assoc: https://github.com/linuxdeepin/deepin-terminal/issues/173

This is a little dirty patch to add a resize grip line to the terminal window if composited is not enabled, which allow user resize the window by draging the resize grip. Feel free to submit a patch if anyone have better way to implement it (eg, allow drag the window border to resize window from the client-side, without wm support).