aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-05-17 14:19:43 +0000
committerJason Rumney2007-05-17 14:19:43 +0000
commit696758702fa8eae3cfa46859cc260398b15d71bd (patch)
treeead1a7c98f8feb41669b268257e739b319617467 /src
parent89378b5abd8bfea1b5aafadd1694906ab51dbde5 (diff)
downloademacs-696758702fa8eae3cfa46859cc260398b15d71bd.tar.gz
emacs-696758702fa8eae3cfa46859cc260398b15d71bd.zip
(x_create_tip_frame): Set window_system.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index 0dbe2131e7f..597eea05fbe 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -7428,6 +7428,8 @@ x_create_tip_frame (dpyinfo, parms, text)
7428 Qnil)); 7428 Qnil));
7429 } 7429 }
7430 7430
7431 Fmodify_frame_parameters (frame, Fcons (Fcons (Qwindow_system, Qw32), Qnil));
7432
7431 f->no_split = 1; 7433 f->no_split = 1;
7432 7434
7433 UNGCPRO; 7435 UNGCPRO;