remove debug print
This commit is contained in:
parent
c2684d312b
commit
3bbe809596
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ void frame_adjust_shape(ObFrame *self)
|
||||||
|
|
||||||
void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized)
|
void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized)
|
||||||
{
|
{
|
||||||
g_message("adjust_area: %d %d", moved, resized);
|
|
||||||
if (resized) {
|
if (resized) {
|
||||||
if (self->frame.client->decorations & Decor_Border) {
|
if (self->frame.client->decorations & Decor_Border) {
|
||||||
self->bwidth = s_bwidth;
|
self->bwidth = s_bwidth;
|
||||||
|
|
Loading…
Reference in a new issue