Ticket #8531: patch

File patch, 1.1 KB (added by X512, 12 years ago)
  • src/servers/input/MethodReplicant.cpp

    From 0031fa5c4e80be632e569fe4e1e76f671cc2c7c9 Mon Sep 17 00:00:00 2001
    From: X512 <danger_mail@list.ru>
    Date: Mon, 16 Jul 2012 18:33:51 +0400
    Subject: [PATCH] Remove replicant handle from input_server; remove obsolete
     comment
    
    ---
     src/servers/input/MethodReplicant.cpp |   10 ----------
     1 files changed, 0 insertions(+), 10 deletions(-)
    
    diff --git a/src/servers/input/MethodReplicant.cpp b/src/servers/input/MethodReplicant.cpp
    index 2a6c9df..e20f4d6 100644
    a b MethodReplicant::MethodReplicant(const char* signature)  
    4343        kRemoteColorSpace);
    4444    fSegments->SetBits(kRemoteBits, kRemoteWidth * kRemoteHeight, 0,
    4545        kRemoteColorSpace);
    46     // Background Color
    47 
    48     // add dragger
    49     BRect rect(Bounds());
    50     rect.left = rect.right - 7.0;
    51     rect.top = rect.bottom - 7.0;
    52     BDragger* dragger = new BDragger(rect, this,
    53         B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM);
    54     dragger->SetViewColor(B_TRANSPARENT_32_BIT);
    55     AddChild(dragger);
    5646
    5747    ASSERT(signature != NULL);
    5848    fSignature = strdup(signature);