mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 01:42:32 +01:00
WPrefs update for ResizebarBack
This commit is contained in:
@@ -1745,7 +1745,7 @@ wKWMSelectRootRegion(WScreen *scr, int x, int y, int w, int h, Bool control)
|
||||
{
|
||||
char buffer[128];
|
||||
int sock;
|
||||
|
||||
#if 0
|
||||
puts("CONNECTING");
|
||||
sock = connectKFM(scr);
|
||||
if (sock < 0)
|
||||
@@ -1758,6 +1758,7 @@ wKWMSelectRootRegion(WScreen *scr, int x, int y, int w, int h, Bool control)
|
||||
writeSocket(sock, buffer);
|
||||
|
||||
close(sock);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user