diff options
author | Weseung Hwang <weseung@gmail.com> | 2011-02-22 15:03:12 -0800 |
---|---|---|
committer | Weseung Hwang <weseung@gmail.com> | 2011-02-22 15:03:12 -0800 |
commit | 75b43decf75659b1354750795467ed734ebafb0b (patch) | |
tree | d23ca01c3bae2d8b96f59b909babafd3268c58f1 /src/client.h | |
parent | 3d74a2c2e8e3f52b0127bbeadb9a57cbe06c7534 (diff) |
Fixed a warning; added window title display of the DISPLAY env. variable that the nested server is running on (and the screen number). Unfortunately, at this point the behavior is incorrect, returning the DISPLAY of the host that invoked the nested instance. Not sure how to pass the info from within the nested server back out to the host client to get the correct information...
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index a32c61a..a52bd35 100644 --- a/src/client.h +++ b/src/client.h @@ -59,4 +59,3 @@ void NestedClientTimerCallback(NestedClientPrivatePtr pPriv); void NestedClientCloseScreen(NestedClientPrivatePtr pPriv); void NestedClientSetDevicePtr(NestedClientPrivatePtr pPriv, void* dev); - |