forked from AuroraMiddleware/gtk
s/gdk_spawn/gdk_spawn_on_screen/.
2003-12-10 Mark McLoughlin <mark@skynet.ie> * gdk/linux-fb/gdkspawn-fb.c, gdk/win32/gdkspawn-win32.c, gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen): s/gdk_spawn/gdk_spawn_on_screen/.
This commit is contained in:
parent
01fcbc199f
commit
b79642263f
@ -1,3 +1,10 @@
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* gdk/linux-fb/gdkspawn-fb.c,
|
||||
gdk/win32/gdkspawn-win32.c,
|
||||
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Utility functions for multi-screen applications which need
|
||||
|
@ -1,3 +1,10 @@
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* gdk/linux-fb/gdkspawn-fb.c,
|
||||
gdk/win32/gdkspawn-win32.c,
|
||||
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Utility functions for multi-screen applications which need
|
||||
|
@ -1,3 +1,10 @@
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* gdk/linux-fb/gdkspawn-fb.c,
|
||||
gdk/win32/gdkspawn-win32.c,
|
||||
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Utility functions for multi-screen applications which need
|
||||
|
@ -1,3 +1,10 @@
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* gdk/linux-fb/gdkspawn-fb.c,
|
||||
gdk/win32/gdkspawn-win32.c,
|
||||
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Utility functions for multi-screen applications which need
|
||||
|
@ -1,3 +1,10 @@
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
* gdk/linux-fb/gdkspawn-fb.c,
|
||||
gdk/win32/gdkspawn-win32.c,
|
||||
gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
|
||||
s/gdk_spawn/gdk_spawn_on_screen/.
|
||||
|
||||
2003-12-10 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Utility functions for multi-screen applications which need
|
||||
|
@ -93,7 +93,7 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
|
||||
error))
|
||||
return FALSE;
|
||||
|
||||
retval = gdk_spawn (screen,
|
||||
retval = gdk_spawn_on_screen (screen,
|
||||
NULL, argv, NULL,
|
||||
G_SPAWN_SEARCH_PATH,
|
||||
NULL, NULL, NULL,
|
||||
|
@ -93,7 +93,7 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
|
||||
error))
|
||||
return FALSE;
|
||||
|
||||
retval = gdk_spawn (screen,
|
||||
retval = gdk_spawn_on_screen (screen,
|
||||
NULL, argv, NULL,
|
||||
G_SPAWN_SEARCH_PATH,
|
||||
NULL, NULL, NULL,
|
||||
|
@ -225,7 +225,7 @@ gdk_spawn_command_line_on_screen (GdkScreen *screen,
|
||||
error))
|
||||
return FALSE;
|
||||
|
||||
retval = gdk_spawn (screen,
|
||||
retval = gdk_spawn_on_screen (screen,
|
||||
NULL, argv, NULL,
|
||||
G_SPAWN_SEARCH_PATH,
|
||||
NULL, NULL, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user