]> git.corax.cc Git - mwm/commit
mwm: Always set the border width
authorMatthias Kruk <m@m10k.eu>
Wed, 9 Jun 2021 23:16:23 +0000 (08:16 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 9 Jun 2021 23:16:23 +0000 (08:16 +0900)
commit47ed1dd9a27e059610e4b287550e73a2c1569826
treef9af80b8bf84463b2f5c77ed1befa76473f04694
parentfce25b97110b3177c64a2f0df13c91c6ba0c0f05
mwm: Always set the border width

The border width is not set in _mwm_configure_request() if the client
did not request a specific border width. That means that clients that
leave their border width unspecified will end up with the default
border width (which is not zero).
This commit modifies _mwm_configure_request() to always set the
border width of a client to 0.
mwm.c