diff options
Diffstat (limited to 'client')
126 files changed, 1 insertions, 128 deletions
diff --git a/client/application.cpp b/client/application.cpp index b92b6484..08fa4fcb 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -2670,4 +2670,3 @@ int Application::main(int argc, char** argv, const char* version_str) cleanup_globals(); return ret; } - diff --git a/client/application.h b/client/application.h index db8d4e80..ac51cd2a 100644 --- a/client/application.h +++ b/client/application.h @@ -407,4 +407,3 @@ private: }; #endif - diff --git a/client/audio_channels.h b/client/audio_channels.h index 2722e20e..d38a79eb 100644 --- a/client/audio_channels.h +++ b/client/audio_channels.h @@ -106,4 +106,3 @@ private: }; #endif - diff --git a/client/audio_devices.h b/client/audio_devices.h index 85478acf..a1da1f72 100644 --- a/client/audio_devices.h +++ b/client/audio_devices.h @@ -49,4 +49,3 @@ public: }; #endif - diff --git a/client/cache.hpp b/client/cache.hpp index 66874002..42e6873d 100644 --- a/client/cache.hpp +++ b/client/cache.hpp @@ -118,4 +118,3 @@ private: }; #endif - diff --git a/client/canvas.h b/client/canvas.h index a9cdecd9..5a34bdc5 100644 --- a/client/canvas.h +++ b/client/canvas.h @@ -350,4 +350,3 @@ private: #endif - diff --git a/client/client_net_socket.cpp b/client/client_net_socket.cpp index 412c1fd5..e9f1e770 100644 --- a/client/client_net_socket.cpp +++ b/client/client_net_socket.cpp @@ -386,4 +386,3 @@ void ClientNetSocket::apply_disconnect() _close_pending = false; _fin_pending = false; } - diff --git a/client/cmd_line_parser.cpp b/client/cmd_line_parser.cpp index f2b32909..25ce05bf 100644 --- a/client/cmd_line_parser.cpp +++ b/client/cmd_line_parser.cpp @@ -517,4 +517,3 @@ void CmdLineParser::show_help() os << "\n"; Platform::term_printf(os.str().c_str()); } - diff --git a/client/cmd_line_parser.h b/client/cmd_line_parser.h index 5faf52bd..1ce1807d 100644 --- a/client/cmd_line_parser.h +++ b/client/cmd_line_parser.h @@ -102,4 +102,3 @@ private: }; #endif - diff --git a/client/common.h b/client/common.h index e9572bd7..268057a6 100644 --- a/client/common.h +++ b/client/common.h @@ -88,4 +88,3 @@ extern const char* PACKAGE_VERSION; #include "red_types.h" #endif - diff --git a/client/cursor.cpp b/client/cursor.cpp index 2ca2cd7f..e9e3006d 100644 --- a/client/cursor.cpp +++ b/client/cursor.cpp @@ -113,4 +113,3 @@ int LocalCursor::get_size_bits(const SpiceCursorHeader& header, int& size) return 0; } } - diff --git a/client/cursor.h b/client/cursor.h index f5084cd9..16b7fc52 100644 --- a/client/cursor.h +++ b/client/cursor.h @@ -70,4 +70,3 @@ private: }; #endif - diff --git a/client/cursor_channel.cpp b/client/cursor_channel.cpp index 12e2470b..e317dfa2 100644 --- a/client/cursor_channel.cpp +++ b/client/cursor_channel.cpp @@ -667,4 +667,3 @@ ChannelFactory& CursorChannel::Factory() { return factory; } - diff --git a/client/cursor_channel.h b/client/cursor_channel.h index c9e32b4d..3458c5f4 100644 --- a/client/cursor_channel.h +++ b/client/cursor_channel.h @@ -91,4 +91,3 @@ private: }; #endif - diff --git a/client/debug.h b/client/debug.h index c72ccd88..f2cc2990 100644 --- a/client/debug.h +++ b/client/debug.h @@ -90,4 +90,3 @@ void spice_log_cleanup(void); } #endif // _H_DEBUG - diff --git a/client/demarshallers.h b/client/demarshallers.h index 6d54ecea..90084cf2 100644 --- a/client/demarshallers.h +++ b/client/demarshallers.h @@ -25,4 +25,3 @@ spice_parse_channel_func_t spice_get_server_channel_parser(uint32_t channel, uns spice_parse_channel_func_t spice_get_server_channel_parser1(uint32_t channel, unsigned int *max_message_type); #endif - diff --git a/client/display_channel.cpp b/client/display_channel.cpp index 2e0613c2..22391220 100644 --- a/client/display_channel.cpp +++ b/client/display_channel.cpp @@ -1840,4 +1840,3 @@ ChannelFactory& DisplayChannel::Factory() { return factory; } - diff --git a/client/display_channel.h b/client/display_channel.h index 61109edf..7cdd55c8 100644 --- a/client/display_channel.h +++ b/client/display_channel.h @@ -241,4 +241,3 @@ private: }; #endif - diff --git a/client/event_sources.h b/client/event_sources.h index 5983f399..0db8ce6f 100644 --- a/client/event_sources.h +++ b/client/event_sources.h @@ -92,4 +92,3 @@ class EventSources::Handle: public EventSource, public Handle_p { }; #endif - diff --git a/client/glz_decode_tmpl.c b/client/glz_decode_tmpl.c index 2e4f1369..6aaf63b3 100644 --- a/client/glz_decode_tmpl.c +++ b/client/glz_decode_tmpl.c @@ -335,4 +335,3 @@ static size_t FNAME(decode)(GlzDecoderWindow &window, uint8_t* in_buf, #undef COPY_COMP_PIXEL #undef COPY_PLT_ENTRY #undef CAST_PLT_DISTANCE - diff --git a/client/glz_decoded_image.h b/client/glz_decoded_image.h index 6827d6dc..2e607f81 100644 --- a/client/glz_decoded_image.h +++ b/client/glz_decoded_image.h @@ -62,4 +62,3 @@ inline uint8_t* GlzDecodedImage::get_pixel_ref(int offset) } #endif - diff --git a/client/glz_decoder.cpp b/client/glz_decoder.cpp index dea1a1be..e5dd0fa8 100644 --- a/client/glz_decoder.cpp +++ b/client/glz_decoder.cpp @@ -299,4 +299,3 @@ void GlzDecoder::decode(uint8_t *data, SpicePalette *palette, void *opaque_usr_i _images_window.post_decode(decoded_image); } - diff --git a/client/glz_decoder.h b/client/glz_decoder.h index 35b0a3ed..a0352cc1 100644 --- a/client/glz_decoder.h +++ b/client/glz_decoder.h @@ -82,4 +82,3 @@ private: }; #endif // _H_GLZ_DECODER - diff --git a/client/glz_decoder_config.h b/client/glz_decoder_config.h index 835e2a70..52fa52d3 100644 --- a/client/glz_decoder_config.h +++ b/client/glz_decoder_config.h @@ -64,4 +64,3 @@ public: #define GLZ_DECODE_TO_RGB32 #endif //_H_GLZ_DECODER_CONFIG - diff --git a/client/glz_decoder_window.cpp b/client/glz_decoder_window.cpp index 54fdbdc8..51d44abc 100644 --- a/client/glz_decoder_window.cpp +++ b/client/glz_decoder_window.cpp @@ -327,4 +327,3 @@ inline int GlzDecoderWindow::calc_image_win_idx(uint64_t image_id) { return (int)((_head_idx + _n_images - 1 - (_tail_image_id - image_id)) % _images_capacity); } - diff --git a/client/glz_decoder_window.h b/client/glz_decoder_window.h index e061c736..f89d18f0 100644 --- a/client/glz_decoder_window.h +++ b/client/glz_decoder_window.h @@ -120,4 +120,3 @@ inline uint8_t *GlzDecoderWindow::get_ref_pixel(DecodedImageWinId decoded_image_ } #endif // _H_GLZ_DECODER_WINDOW - diff --git a/client/gui/Makefile.am b/client/gui/Makefile.am index e1204c92..81e4f88e 100644 --- a/client/gui/Makefile.am +++ b/client/gui/Makefile.am @@ -18,4 +18,3 @@ EXTRA_DIST = \ taharez_look.scheme.c \ taharez_look.tga.c \ $(NULL) - diff --git a/client/gui/gui.cpp b/client/gui/gui.cpp index abfe1110..6dd4ceab 100644 --- a/client/gui/gui.cpp +++ b/client/gui/gui.cpp @@ -1412,4 +1412,3 @@ bool GUI::message_box(MessageType type, const char *text, const ButtonsList& but } return _dialog->message_box(type, text, buttons, _response_handler); } - diff --git a/client/gui/gui.h b/client/gui/gui.h index 457c3512..b93b42a2 100644 --- a/client/gui/gui.h +++ b/client/gui/gui.h @@ -141,4 +141,3 @@ private: }; #endif - diff --git a/client/gui/resource_provider.cpp b/client/gui/resource_provider.cpp index b80ce092..3c0b897a 100644 --- a/client/gui/resource_provider.cpp +++ b/client/gui/resource_provider.cpp @@ -146,4 +146,3 @@ const char* res_get_string(int id) return NULL; } - diff --git a/client/gui/resource_provider.h b/client/gui/resource_provider.h index 6f59cb8a..c0d319b5 100644 --- a/client/gui/resource_provider.h +++ b/client/gui/resource_provider.h @@ -57,4 +57,3 @@ enum { const char* res_get_string(int id); #endif - diff --git a/client/gui/softrenderer.cpp b/client/gui/softrenderer.cpp index 92a1c838..9f19e7b0 100644 --- a/client/gui/softrenderer.cpp +++ b/client/gui/softrenderer.cpp @@ -388,4 +388,3 @@ uint SoftRenderer::getVertScreenDPI() const } } - diff --git a/client/gui/softrenderer.h b/client/gui/softrenderer.h index f25f79e2..b97f9d59 100644 --- a/client/gui/softrenderer.h +++ b/client/gui/softrenderer.h @@ -146,4 +146,3 @@ namespace CEGUI } #endif - diff --git a/client/gui/softtexture.cpp b/client/gui/softtexture.cpp index b41dd65b..d9ce9a07 100644 --- a/client/gui/softtexture.cpp +++ b/client/gui/softtexture.cpp @@ -137,4 +137,3 @@ void SoftTexture::loadFromMemory(const void* buffPtr, uint buffWidth, } - diff --git a/client/gui/softtexture.h b/client/gui/softtexture.h index 65a4ece5..668ca4f1 100644 --- a/client/gui/softtexture.h +++ b/client/gui/softtexture.h @@ -56,4 +56,3 @@ namespace CEGUI } #endif - diff --git a/client/hot_keys.cpp b/client/hot_keys.cpp index 65b1bc34..f98a4bb9 100644 --- a/client/hot_keys.cpp +++ b/client/hot_keys.cpp @@ -147,4 +147,3 @@ void HotKeysParser::add_hotkey(const std::string& hotkey, const CommandsMap& com std::string keys = hotkey.substr(key_start + 1); parse_keys(command_id, keys); } - diff --git a/client/hot_keys.h b/client/hot_keys.h index c7f50e49..e78390d3 100644 --- a/client/hot_keys.h +++ b/client/hot_keys.h @@ -46,4 +46,3 @@ private: }; #endif - diff --git a/client/icon.h b/client/icon.h index 45980fd7..35b0a9d9 100644 --- a/client/icon.h +++ b/client/icon.h @@ -33,4 +33,3 @@ private: }; #endif - diff --git a/client/inputs_channel.cpp b/client/inputs_channel.cpp index 9e940d9a..b6f02200 100644 --- a/client/inputs_channel.cpp +++ b/client/inputs_channel.cpp @@ -609,4 +609,3 @@ ChannelFactory& InputsChannel::Factory() { return factory; } - diff --git a/client/inputs_channel.h b/client/inputs_channel.h index 254ed450..cff3f904 100644 --- a/client/inputs_channel.h +++ b/client/inputs_channel.h @@ -94,4 +94,3 @@ private: #endif - diff --git a/client/inputs_handler.h b/client/inputs_handler.h index 6f9c373e..060a4adc 100644 --- a/client/inputs_handler.h +++ b/client/inputs_handler.h @@ -40,4 +40,3 @@ public: }; #endif - diff --git a/client/jpeg_decoder.h b/client/jpeg_decoder.h index 45d75d7c..8f7e1bb8 100644 --- a/client/jpeg_decoder.h +++ b/client/jpeg_decoder.h @@ -89,4 +89,3 @@ private: RGBToBGRXConverter _rgb2bgrx; }; #endif - diff --git a/client/menu.h b/client/menu.h index 6e3d2f1b..280cf388 100644 --- a/client/menu.h +++ b/client/menu.h @@ -100,4 +100,3 @@ private: }; #endif - diff --git a/client/monitor.h b/client/monitor.h index ec31da47..b8d7c88b 100644 --- a/client/monitor.h +++ b/client/monitor.h @@ -55,4 +55,3 @@ protected: }; #endif - diff --git a/client/pixels_source.h b/client/pixels_source.h index fac9c22e..1f4d1965 100644 --- a/client/pixels_source.h +++ b/client/pixels_source.h @@ -56,4 +56,3 @@ public: }; #endif - diff --git a/client/platform.h b/client/platform.h index a9a1715b..2025ad9d 100644 --- a/client/platform.h +++ b/client/platform.h @@ -201,4 +201,3 @@ public: }; #endif - diff --git a/client/playback_channel.cpp b/client/playback_channel.cpp index d3445e59..802a4d3b 100644 --- a/client/playback_channel.cpp +++ b/client/playback_channel.cpp @@ -368,4 +368,3 @@ ChannelFactory& PlaybackChannel::Factory() { return factory; } - diff --git a/client/read_write_mutex.h b/client/read_write_mutex.h index 72eb0fa5..107474ee 100644 --- a/client/read_write_mutex.h +++ b/client/read_write_mutex.h @@ -117,4 +117,3 @@ private: }; #endif - diff --git a/client/record_channel.cpp b/client/record_channel.cpp index 04760311..d9332c6b 100644 --- a/client/record_channel.cpp +++ b/client/record_channel.cpp @@ -291,4 +291,3 @@ ChannelFactory& RecordChannel::Factory() { return factory; } - diff --git a/client/red_channel.cpp b/client/red_channel.cpp index e8c058cc..5523abdb 100644 --- a/client/red_channel.cpp +++ b/client/red_channel.cpp @@ -885,4 +885,3 @@ void RedChannel::handle_wait_for_channels(RedPeer::InMessage* message) } _client.wait_for_channels(wait->wait_count, wait->wait_list); } - diff --git a/client/red_channel.h b/client/red_channel.h index 8128626f..a8390214 100644 --- a/client/red_channel.h +++ b/client/red_channel.h @@ -350,4 +350,3 @@ void MessageHandlerImp<HandlerClass, channel_id>::set_handler(unsigned int id, H } #endif - diff --git a/client/red_client.cpp b/client/red_client.cpp index f3da4c92..6b11e38a 100644 --- a/client/red_client.cpp +++ b/client/red_client.cpp @@ -1407,4 +1407,3 @@ void RedClient::register_channel_factory(ChannelFactory& factory) { _factorys.push_back(&factory); } - diff --git a/client/red_client.h b/client/red_client.h index f4cd46b6..8872ce88 100644 --- a/client/red_client.h +++ b/client/red_client.h @@ -385,4 +385,3 @@ private: }; #endif - diff --git a/client/red_drawable.h b/client/red_drawable.h index 3fac164c..660ff4e8 100644 --- a/client/red_drawable.h +++ b/client/red_drawable.h @@ -120,4 +120,3 @@ public: }; #endif - diff --git a/client/red_gdi_canvas.cpp b/client/red_gdi_canvas.cpp index 6ac2e8a6..2e42510a 100644 --- a/client/red_gdi_canvas.cpp +++ b/client/red_gdi_canvas.cpp @@ -91,4 +91,3 @@ CanvasType GDICanvas::get_pixmap_type() { return CANVAS_TYPE_GDI; } - diff --git a/client/red_gdi_canvas.h b/client/red_gdi_canvas.h index 67a2dbab..fa173c44 100644 --- a/client/red_gdi_canvas.h +++ b/client/red_gdi_canvas.h @@ -53,4 +53,3 @@ private: }; #endif - diff --git a/client/red_gl_canvas.cpp b/client/red_gl_canvas.cpp index abe08558..59c8f06b 100644 --- a/client/red_gl_canvas.cpp +++ b/client/red_gl_canvas.cpp @@ -118,4 +118,3 @@ void GCanvas::post_gl_copy() { _pixmap->past_copy(); } - diff --git a/client/red_gl_canvas.h b/client/red_gl_canvas.h index a8c901c3..a57ea480 100644 --- a/client/red_gl_canvas.h +++ b/client/red_gl_canvas.h @@ -64,4 +64,3 @@ private: }; #endif - diff --git a/client/red_key.h b/client/red_key.h index b37234e0..ea3396ab 100644 --- a/client/red_key.h +++ b/client/red_key.h @@ -147,4 +147,3 @@ enum RedKey { }; #endif - diff --git a/client/red_peer.h b/client/red_peer.h index ce06143c..5e2b2b91 100644 --- a/client/red_peer.h +++ b/client/red_peer.h @@ -206,4 +206,3 @@ protected: }; #endif - diff --git a/client/red_pixmap.h b/client/red_pixmap.h index 46e3657b..240ed768 100644 --- a/client/red_pixmap.h +++ b/client/red_pixmap.h @@ -46,4 +46,3 @@ protected: }; #endif - diff --git a/client/red_pixmap_gdi.h b/client/red_pixmap_gdi.h index bccce849..828b76b9 100644 --- a/client/red_pixmap_gdi.h +++ b/client/red_pixmap_gdi.h @@ -33,4 +33,3 @@ public: }; #endif - diff --git a/client/red_pixmap_gl.h b/client/red_pixmap_gl.h index f7a14af9..88d14a1c 100644 --- a/client/red_pixmap_gl.h +++ b/client/red_pixmap_gl.h @@ -47,4 +47,3 @@ private: }; #endif - diff --git a/client/red_pixmap_sw.h b/client/red_pixmap_sw.h index c6061358..0c96a1f7 100644 --- a/client/red_pixmap_sw.h +++ b/client/red_pixmap_sw.h @@ -28,4 +28,3 @@ public: }; #endif - diff --git a/client/red_sw_canvas.cpp b/client/red_sw_canvas.cpp index 860e2a56..5f86dca1 100644 --- a/client/red_sw_canvas.cpp +++ b/client/red_sw_canvas.cpp @@ -106,4 +106,3 @@ CanvasType SCanvas::get_pixmap_type() { return CANVAS_TYPE_SW; } - diff --git a/client/red_sw_canvas.h b/client/red_sw_canvas.h index 807c128e..47366494 100644 --- a/client/red_sw_canvas.h +++ b/client/red_sw_canvas.h @@ -50,4 +50,3 @@ private: }; #endif - diff --git a/client/red_types.h b/client/red_types.h index a5a2fbb0..d5273390 100644 --- a/client/red_types.h +++ b/client/red_types.h @@ -35,4 +35,3 @@ struct IconHeader { class RedDrawable; #endif - diff --git a/client/red_window.h b/client/red_window.h index 82353aa1..dbd0c797 100644 --- a/client/red_window.h +++ b/client/red_window.h @@ -196,4 +196,3 @@ static bool find_anchor_point(const REGION& region, SpicePoint& pt) } #endif - diff --git a/client/screen.cpp b/client/screen.cpp index dc334559..a05d5620 100644 --- a/client/screen.cpp +++ b/client/screen.cpp @@ -939,4 +939,3 @@ void RedScreen::unset_type_gl() _window.unset_type_gl(); } #endif // USE_OPENGL - diff --git a/client/screen.h b/client/screen.h index 19efffb8..d7bb4c27 100644 --- a/client/screen.h +++ b/client/screen.h @@ -208,4 +208,3 @@ private: }; #endif - diff --git a/client/screen_layer.cpp b/client/screen_layer.cpp index 02abef24..3638509d 100644 --- a/client/screen_layer.cpp +++ b/client/screen_layer.cpp @@ -237,4 +237,3 @@ void ScreenLayer::detach_from_screen(Application& application) } ASSERT(!_screen); } - diff --git a/client/screen_layer.h b/client/screen_layer.h index 70cd6516..e8ad4217 100644 --- a/client/screen_layer.h +++ b/client/screen_layer.h @@ -85,4 +85,3 @@ private: }; #endif - diff --git a/client/shared_cache.hpp b/client/shared_cache.hpp index a8308545..b9c3fd90 100644 --- a/client/shared_cache.hpp +++ b/client/shared_cache.hpp @@ -221,4 +221,3 @@ private: }; #endif - diff --git a/client/smartcard_channel.cpp b/client/smartcard_channel.cpp index 11a6be07..09659c21 100644 --- a/client/smartcard_channel.cpp +++ b/client/smartcard_channel.cpp @@ -551,4 +551,3 @@ ChannelFactory& SmartCardChannel::Factory() { return factory; } - diff --git a/client/smartcard_channel.h b/client/smartcard_channel.h index a84cbfdb..0423bff0 100644 --- a/client/smartcard_channel.h +++ b/client/smartcard_channel.h @@ -157,4 +157,3 @@ private: }; #endif // __SMART_CARD_H__ - diff --git a/client/threads.cpp b/client/threads.cpp index 0b359e8e..bf499e72 100644 --- a/client/threads.cpp +++ b/client/threads.cpp @@ -133,4 +133,3 @@ Mutex::~Mutex() { pthread_mutex_destroy(&_mutex); } - diff --git a/client/threads.h b/client/threads.h index 8b5adb68..5bfd38b0 100644 --- a/client/threads.h +++ b/client/threads.h @@ -132,4 +132,3 @@ private: #endif - diff --git a/client/utils.cpp b/client/utils.cpp index 01ea0d3a..6b195b3d 100644 --- a/client/utils.cpp +++ b/client/utils.cpp @@ -42,4 +42,3 @@ int str_to_port(const char *str) } return port; } - diff --git a/client/utils.h b/client/utils.h index 3b3cbb0b..8f320085 100644 --- a/client/utils.h +++ b/client/utils.h @@ -148,4 +148,3 @@ class EmptyBase { }; #endif - diff --git a/client/windows/atomic_count.h b/client/windows/atomic_count.h index 0e49f7cb..7520fcae 100644 --- a/client/windows/atomic_count.h +++ b/client/windows/atomic_count.h @@ -39,4 +39,3 @@ private: }; #endif - diff --git a/client/windows/event_sources_p.cpp b/client/windows/event_sources_p.cpp index 4a9adf16..77035730 100644 --- a/client/windows/event_sources_p.cpp +++ b/client/windows/event_sources_p.cpp @@ -209,4 +209,3 @@ void EventSources::add_file(File& file) void EventSources::remove_file(File& file) { } - diff --git a/client/windows/event_sources_p.h b/client/windows/event_sources_p.h index 1b20fa7f..14cc8161 100644 --- a/client/windows/event_sources_p.h +++ b/client/windows/event_sources_p.h @@ -49,4 +49,3 @@ class Trigger_p: public Handle_p { }; #endif - diff --git a/client/windows/main.cpp b/client/windows/main.cpp index 46af699b..7a833055 100644 --- a/client/windows/main.cpp +++ b/client/windows/main.cpp @@ -108,4 +108,3 @@ int WINAPI WinMain(HINSTANCE hInstance, return exit_val; } - diff --git a/client/windows/my_getopt.cpp b/client/windows/my_getopt.cpp index da87655a..905b7174 100644 --- a/client/windows/my_getopt.cpp +++ b/client/windows/my_getopt.cpp @@ -20,4 +20,3 @@ #include "common.h" #include "../../common/win/my_getopt-1.5/my_getopt.c" - diff --git a/client/windows/named_pipe.cpp b/client/windows/named_pipe.cpp index 76d77da6..c8131120 100644 --- a/client/windows/named_pipe.cpp +++ b/client/windows/named_pipe.cpp @@ -230,4 +230,3 @@ void WinListener::create_pipe() THROW("ConnectNamedPipe() failed %u", GetLastError()); } } - diff --git a/client/windows/named_pipe.h b/client/windows/named_pipe.h index 4b7cfe64..10d5ced9 100644 --- a/client/windows/named_pipe.h +++ b/client/windows/named_pipe.h @@ -92,4 +92,3 @@ private: }; #endif - diff --git a/client/windows/pixels_source.cpp b/client/windows/pixels_source.cpp index 167255bd..3ddf5569 100644 --- a/client/windows/pixels_source.cpp +++ b/client/windows/pixels_source.cpp @@ -108,4 +108,3 @@ SpicePoint AlphaImageFromRes::get_size() Lock lock(*p_data->source_p._mutex); return get_bitmap_size(p_data->source_p.dc); } - diff --git a/client/windows/pixels_source_p.h b/client/windows/pixels_source_p.h index b8f00fa0..f06be0e1 100644 --- a/client/windows/pixels_source_p.h +++ b/client/windows/pixels_source_p.h @@ -26,4 +26,3 @@ struct PixelsSource_p { }; #endif - diff --git a/client/windows/platform_utils.cpp b/client/windows/platform_utils.cpp index a4405c1e..a4c9c417 100644 --- a/client/windows/platform_utils.cpp +++ b/client/windows/platform_utils.cpp @@ -148,4 +148,3 @@ int inet_aton(const char* ip, struct in_addr* in_addr) in_addr->S_un.S_addr = addr; return 1; } - diff --git a/client/windows/platform_utils.h b/client/windows/platform_utils.h index 2f333f70..a652feda 100644 --- a/client/windows/platform_utils.h +++ b/client/windows/platform_utils.h @@ -98,4 +98,3 @@ const char* sys_err_to_str(int error); int inet_aton(const char* ip, struct in_addr* in_addr); #endif - diff --git a/client/windows/playback.cpp b/client/windows/playback.cpp index 701dffcb..41b92bc1 100644 --- a/client/windows/playback.cpp +++ b/client/windows/playback.cpp @@ -176,4 +176,3 @@ uint32_t WavePlayer::get_delay_ms() { return _in_use * WavePlaybackAbstract::FRAME_SIZE / _sampels_per_ms; } - diff --git a/client/windows/playback.h b/client/windows/playback.h index 8632808c..6f70a7b4 100644 --- a/client/windows/playback.h +++ b/client/windows/playback.h @@ -52,4 +52,3 @@ private: }; #endif - diff --git a/client/windows/record.cpp b/client/windows/record.cpp index f0bb6446..0736b113 100644 --- a/client/windows/record.cpp +++ b/client/windows/record.cpp @@ -193,4 +193,3 @@ bool WaveRecorder::abort() { return true; } - diff --git a/client/windows/record.h b/client/windows/record.h index 3739c222..4071af4f 100644 --- a/client/windows/record.h +++ b/client/windows/record.h @@ -55,4 +55,3 @@ private: }; #endif - diff --git a/client/windows/red_drawable.cpp b/client/windows/red_drawable.cpp index dabc0d97..65c1aa6c 100644 --- a/client/windows/red_drawable.cpp +++ b/client/windows/red_drawable.cpp @@ -151,4 +151,3 @@ void RedDrawable::frame_rect(const SpiceRect& rect, rgb32_t color) } DeleteObject(brush); } - diff --git a/client/windows/red_pixmap.cpp b/client/windows/red_pixmap.cpp index 4538441c..6685e416 100644 --- a/client/windows/red_pixmap.cpp +++ b/client/windows/red_pixmap.cpp @@ -42,4 +42,3 @@ bool RedPixmap::is_big_endian_bits() { return _format == RedDrawable::A1; } - diff --git a/client/windows/red_pixmap_gdi.cpp b/client/windows/red_pixmap_gdi.cpp index 2d93113d..132ee6cc 100644 --- a/client/windows/red_pixmap_gdi.cpp +++ b/client/windows/red_pixmap_gdi.cpp @@ -119,4 +119,3 @@ RecurciveMutex& RedPixmapGdi::get_mutex() RedPixmap_p* p_data = (RedPixmap_p*)get_opaque(); return *p_data->pixels_source_p._mutex; } - diff --git a/client/windows/red_pixmap_sw.cpp b/client/windows/red_pixmap_sw.cpp index 9ed1460d..fac40a06 100644 --- a/client/windows/red_pixmap_sw.cpp +++ b/client/windows/red_pixmap_sw.cpp @@ -118,4 +118,3 @@ RedPixmapSw::~RedPixmapSw() DeleteDC(dc); } } - diff --git a/client/windows/red_window_p.h b/client/windows/red_window_p.h index 351d9b96..73d74e38 100644 --- a/client/windows/red_window_p.h +++ b/client/windows/red_window_p.h @@ -69,4 +69,3 @@ protected: }; #endif - diff --git a/client/windows/stdint.h b/client/windows/stdint.h index eaeb1996..0e0ecd41 100644 --- a/client/windows/stdint.h +++ b/client/windows/stdint.h @@ -391,6 +391,3 @@ typedef unsigned long long uintmax_t; #endif - - - diff --git a/client/windows/win_platform.h b/client/windows/win_platform.h index eba3b039..c1a356c8 100644 --- a/client/windows/win_platform.h +++ b/client/windows/win_platform.h @@ -37,4 +37,3 @@ private: }; #endif - diff --git a/client/x11/.gitignore b/client/x11/.gitignore index fbe61107..397a68f4 100644 --- a/client/x11/.gitignore +++ b/client/x11/.gitignore @@ -7,4 +7,4 @@ Makefile Makefile.in setup -spicec
\ No newline at end of file +spicec diff --git a/client/x11/atomic_count.h b/client/x11/atomic_count.h index db20ad9e..02bb08d4 100644 --- a/client/x11/atomic_count.h +++ b/client/x11/atomic_count.h @@ -41,4 +41,3 @@ private: }; #endif - diff --git a/client/x11/event_sources_p.h b/client/x11/event_sources_p.h index 959460c2..4b826bb8 100644 --- a/client/x11/event_sources_p.h +++ b/client/x11/event_sources_p.h @@ -52,4 +52,3 @@ class Handle_p { }; #endif - diff --git a/client/x11/main.cpp b/client/x11/main.cpp index ccc95328..f95b3a21 100644 --- a/client/x11/main.cpp +++ b/client/x11/main.cpp @@ -49,4 +49,3 @@ int main(int argc, char** argv) return exit_val; } - diff --git a/client/x11/named_pipe.cpp b/client/x11/named_pipe.cpp index 0653bfcc..84b980dc 100644 --- a/client/x11/named_pipe.cpp +++ b/client/x11/named_pipe.cpp @@ -169,4 +169,3 @@ void LinuxListener::on_event() conn_interface.bind((NamedPipe::ConnectionRef)conn); } } - diff --git a/client/x11/named_pipe.h b/client/x11/named_pipe.h index 5b0e7f60..379cbffe 100644 --- a/client/x11/named_pipe.h +++ b/client/x11/named_pipe.h @@ -59,4 +59,3 @@ private: }; #endif - diff --git a/client/x11/pixels_source.cpp b/client/x11/pixels_source.cpp index 8d8b3443..71ea9ff4 100644 --- a/client/x11/pixels_source.cpp +++ b/client/x11/pixels_source.cpp @@ -106,4 +106,3 @@ SpicePoint AlphaImageFromRes::get_size() pt.y = pixman_image_get_height(image); return pt; } - diff --git a/client/x11/pixels_source_p.h b/client/x11/pixels_source_p.h index 8892c581..000fe4d0 100644 --- a/client/x11/pixels_source_p.h +++ b/client/x11/pixels_source_p.h @@ -89,4 +89,3 @@ struct RedDrawable_p { }; #endif - diff --git a/client/x11/platform_utils.h b/client/x11/platform_utils.h index d574e217..03a24892 100644 --- a/client/x11/platform_utils.h +++ b/client/x11/platform_utils.h @@ -36,4 +36,3 @@ typedef int SOCKET; #define sock_err_message(err) strerror(err) #endif - diff --git a/client/x11/playback.cpp b/client/x11/playback.cpp index e69294c8..5fa7e182 100644 --- a/client/x11/playback.cpp +++ b/client/x11/playback.cpp @@ -218,4 +218,3 @@ uint32_t WavePlayer::get_delay_ms() } return delay / _sampels_per_ms; } - diff --git a/client/x11/playback.h b/client/x11/playback.h index d8efd7e4..27ef9ed7 100644 --- a/client/x11/playback.h +++ b/client/x11/playback.h @@ -45,4 +45,3 @@ private: }; #endif - diff --git a/client/x11/record.cpp b/client/x11/record.cpp index 017a94db..bd76cee6 100644 --- a/client/x11/record.cpp +++ b/client/x11/record.cpp @@ -238,4 +238,3 @@ void WaveRecorder::on_event() } } } - diff --git a/client/x11/record.h b/client/x11/record.h index fde58c77..91410962 100644 --- a/client/x11/record.h +++ b/client/x11/record.h @@ -57,4 +57,3 @@ private: }; #endif - diff --git a/client/x11/red_drawable.cpp b/client/x11/red_drawable.cpp index d6cce920..fd5d4a16 100644 --- a/client/x11/red_drawable.cpp +++ b/client/x11/red_drawable.cpp @@ -793,4 +793,3 @@ void RedDrawable::frame_rect(const SpiceRect& area, rgb32_t color) THROW("invalid dest type %d", dest->source.type); } } - diff --git a/client/x11/red_pixmap.cpp b/client/x11/red_pixmap.cpp index 79190a06..af30f526 100644 --- a/client/x11/red_pixmap.cpp +++ b/client/x11/red_pixmap.cpp @@ -42,4 +42,3 @@ bool RedPixmap::is_big_endian_bits() { return false; } - diff --git a/client/x11/red_pixmap_gl.cpp b/client/x11/red_pixmap_gl.cpp index 011ead97..1e1e6e0f 100644 --- a/client/x11/red_pixmap_gl.cpp +++ b/client/x11/red_pixmap_gl.cpp @@ -309,4 +309,3 @@ RedPixmapGL::~RedPixmapGL() */ GLC_ERROR_TEST_FINISH; } - diff --git a/client/x11/red_pixmap_sw.cpp b/client/x11/red_pixmap_sw.cpp index a0dea4d0..3fd86778 100644 --- a/client/x11/red_pixmap_sw.cpp +++ b/client/x11/red_pixmap_sw.cpp @@ -91,4 +91,3 @@ RedPixmapSw::~RedPixmapSw() delete[] _data; } } - diff --git a/client/x11/red_window.cpp b/client/x11/red_window.cpp index 2d179f89..e0b7d456 100644 --- a/client/x11/red_window.cpp +++ b/client/x11/red_window.cpp @@ -2254,4 +2254,3 @@ void RedWindow::init() void RedWindow::cleanup() { } - diff --git a/client/x11/red_window_p.h b/client/x11/red_window_p.h index 6f94d261..27825393 100644 --- a/client/x11/red_window_p.h +++ b/client/x11/red_window_p.h @@ -87,4 +87,3 @@ protected: }; #endif - diff --git a/client/x11/res.cpp b/client/x11/res.cpp index f73e5404..efbd8de1 100644 --- a/client/x11/res.cpp +++ b/client/x11/res.cpp @@ -80,4 +80,3 @@ const IconHeader *res_get_icon(int id) } return NULL; } - diff --git a/client/x11/res.h b/client/x11/res.h index 77337720..8320e9b6 100644 --- a/client/x11/res.h +++ b/client/x11/res.h @@ -22,4 +22,3 @@ const PixmapHeader *res_get_image(int id); const IconHeader *res_get_icon(int id); #endif - diff --git a/client/x11/resource.h b/client/x11/resource.h index a0f18f31..562b9b98 100644 --- a/client/x11/resource.h +++ b/client/x11/resource.h @@ -22,4 +22,3 @@ #define ALT_IMAGE_RES_ID 4 #endif - diff --git a/client/x11/x_icon.cpp b/client/x11/x_icon.cpp index 8931d05f..edd983f1 100644 --- a/client/x11/x_icon.cpp +++ b/client/x11/x_icon.cpp @@ -173,4 +173,3 @@ Icon* Platform::load_icon(int id) XIcon *xicon = new XIcon(id, icon); return xicon->ref(); } - diff --git a/client/x11/x_icon.h b/client/x11/x_icon.h index fc2bdbd2..b8b5e96d 100644 --- a/client/x11/x_icon.h +++ b/client/x11/x_icon.h @@ -50,4 +50,3 @@ private: }; #endif - diff --git a/client/x11/x_platform.h b/client/x11/x_platform.h index 24f73ac4..39a2d1c3 100644 --- a/client/x11/x_platform.h +++ b/client/x11/x_platform.h @@ -54,4 +54,3 @@ public: }; #endif - |