http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43041
User: guy
Date: 2012/06/03 11:35 AM
Log:
Move routines that handle the main window title bar out of
ui/gtk/gui_utils.c into ui/gtk/main_titlebar.c, and the declaration of
one of them out of ui/ui_util.h into ui/gtk/main_titlebar.h, and rename
them to clarify that they work on the window name and titlebar.
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -0 CMakeLists.txt Modified
+3 -1 Makefile.common Modified
+0 -52 gui_utils.c Modified
+2 -7 gui_utils.h Modified
+9 -8 main.c Modified
+85 -0 main_titlebar.c Added
+34 -0 main_titlebar.h Added
+2 -1 prefs_gui.c Modified
+2 -1 prefs_layout.c Modified
Directory: /trunk/ui/
Changes Path Action
+1 -4 ui_util.h Modified